36 Commits

Author SHA1 Message Date
Luc
da4190ec8b Add embedded favicon.ico scripts and support
Add WebSocket Subprotocol support per @terjeio suggestion
Change ESP800 report to use FlashFileSystem instead of FileSystem  per @terjeio suggestion for consistency
Add Host Path support for files hosted in subdirectory (WIP)
Add createPath flag for upload to create full path if does not exists
Update embedded page to support new ESP800 flags
Update WebSocket library to avoid warning
Update Features.md
Bump platformIO to 5.1.0
Bumb version to 204
2022-08-10 09:31:23 +08:00
Luc
39e06975f2 Update from refactoring branch
### Maintenance page
* Add add tab color for mobile view
* Add spellcheck off / autocorect off in input
* Add disconnect button when authenticate enabled
* Add Invalid user or password message when authentication failed

### Board support
* Add ESP32 S2 support
* Add ESP32 S3 support
* Add ESP32 C3 support

### ESP commands
* Add command 701 to control GCODE streaming
* Remove command 901 as duplicate
* Update command 420 to add more details
* Use text as default output
* All json on all commands for formated output

### Core
* Add benchmak function to check transfer speed (for test only-not production)
* Merge code for ESP3DLib support
* Add better printer display support (M117 / Serial TFT)
* Use ESP32 analogWrite instead of emulated one

### Modules
* Display
	* Refactor code
	* Remove SPI ILI 9341 / 9488 support as not suitable
      * Add ST7789 support (135x240 / 240x240)
* Filesystem
	* Bug fixes due to esp core updates
	* Better SD sharing mecanism
      * Better global FS management
* FTP
	* Add SD sharing support
	* Better global FS management
* GCODE Host
	* Add basic support for macro files
      * Add ESP command support
      * Use not blocking method to stream commands / handle response
* Notifications
	* Add IFTTT notification service
	* Add WebUI notification
	* Add ESP3D display notification
* WebDav
	* Add SD sharing support
	* Add bug fix from https://github.com/d-a-v/ESPWebDAV
	* Better global FS management
* Websocket
	* Add function to handle zombies connections
* WiFi
	* Fix connection to AP sometime fail
	* Fix low signal not diplayed in ESP420 even connected
	* Add AP Setup mode

### Libraries
* Update SDFat-2.0.6 to 2.1.2
* Update ESP32SSDP 1.1.1 to 1.2.0
* Update TFT_eSPI-1.4.11 to 2.4.61
* Update arduinoWebSockets-2.3.5 to 2.3.6
* Update esp8266-oled-ssd1306-4.0.0 to 4.3.0
* Remove lvgl support

### Tools
* Add I2C scanner script
* Add python script to simulate/stress printer serial communication

### PlatformIO
 * Use latest 4.4.0 Espressif32 release (ESP32-arduino core 2.0.3)
 * Add fix for Flash more than 4MB
 * Add Esp32 S2/S3/C3 env
 * Add ESP32-ST7789 / esp32-TTGO_T_Display env
2022-06-01 14:56:57 +08:00
Luc
2917f8476e Update to support latest esp32 core git and 2.0 release
Add base for ESP32-S2 in platformIO but not working yet - ok for arduino
Remove littleFS as external lib - now part of 2.0
Add esp32 detection in [ESP420] report
2021-10-02 07:43:08 +08:00
Luc
5bb62879ea Fix ESP32 SDFat 1.1 compilation issue
Add pre script to add SDFat library path only if necessary
2021-05-29 15:12:58 +02:00
Luc
d465e791bc Remove AXTLS related code
Update WebSocket  libraryto latest version
2021-04-05 15:57:50 +02:00
Luc
59ee29507d Add LITTLEFS support for ESP32 2021-01-13 19:32:06 +01:00
Luc
71a4f25edf Add SHARED SD support
Note: need webUI 3.0.0.75+
Fix several warnings in code and libs
2020-11-30 13:44:22 +01:00
Luc
225db55f64 Library update 2020-10-10 16:51:11 +02:00
Luc
050eba3e73 Upgrade arduinoWebsockets 2020-10-04 17:00:35 +02:00
Luc
1c1a7d2fba add missing library orz... 2020-10-04 14:39:59 +02:00
Luc
36601eec0a Upgrade arduino websocket to 2.2.0 2020-10-04 12:43:03 +02:00
Luc
fe168f7224 Add support for BMP280/BME280 sensor
Change Serial and I2C pins mamangement to use default ones if not defined in configuration.h
Fix some typo
2020-08-25 22:03:24 +02:00
Luc
ba6b0b708d Update ESP32SSDP.h 2020-08-16 09:21:41 +02:00
Luc
aadb8b01f4 Update SSDP library with latest 2020-06-18 12:44:36 +02:00
Luc
bfa45aba9f Update SdFatConfig.h 2019-10-28 10:00:14 +01:00
Luc
a9414bcd5c fix travis compilation failed when SD is enabled 2019-10-28 09:28:26 +01:00
Luc
3784120487 Fix compilation issue with SD anf esp8266 2019-10-22 18:48:40 +02:00
Luc
bbadbc2be3 Add SDFat for ESP32 2019-10-18 20:57:36 +02:00
Luc
e7d71a43bf add missing library 2019-10-07 17:19:07 +08:00
Luc
7c13940d16 put clean lvgl library to avoid stupid mistake 2019-08-19 09:24:34 +02:00
Luc
a71be60eff Fix transparency issue
add auto snapshot
2019-08-17 21:38:51 +02:00
Luc
05f0c22d97 Basic workflow for touch UI, wifi connection rendering 2019-08-14 21:46:31 +02:00
Luc
044ca00247 Add lilltlevgl library
add tft_espi support for ILI9488 480X320
2019-08-11 15:59:26 +02:00
Luc
159b56ba9c Fix warnings 2019-07-04 12:32:21 +02:00
Luc
76a8e4efc2 rename lib directory with version 2019-07-01 19:01:51 +02:00
Luc
61e8c4f946 update to esp8266-oled-ssd1306-4.0.0 2019-07-01 18:00:06 +02:00
Luc
73fc8bdd2f Update DHT library directory name to show version 2019-07-01 08:52:09 +02:00
Luc
24ec62fa7a update SSDP lib
simplify platormio.ini
2019-07-01 08:32:00 +02:00
Luc
9c1525d797 Update Wsocket lib
remove deprecated warning using #pragma
2019-06-30 21:25:31 +02:00
Luc
24a8acec8f add vscode/platformIO support
Update some libs
2019-06-30 16:44:40 +02:00
Luc
76bad8d262 Update structure code
update libraries
add base for TFT screen
2019-03-20 15:14:55 +01:00
Luc
b0375a3541 Upstream sync
Add Time Support (server  + manual setup), only used for ESP32 FS currently as ESP8266 SPIFFS does not support Time, need to wait for LittleFS may be ?
Add DHT support
Add Pin reset support
Add Base for Display
Add libraries for new supported features
Add /config handle as shortcut for [ESP420]plain to be used in embedded page
Code refactoring for defines, use less Define as switches but more define as values for switches
Clean warnings
Lot of small bug fixes
Add docs for [ESPXXX] commands
2019-03-09 09:16:08 +01:00
Luc
d79d8da64b Initial commit for code base 2019-02-25 10:31:21 +08:00
Luc
a84d146921 Prepare branch 2019-01-26 09:31:25 +01:00
luc lebosse
9f6a7c0b91 Fix travis-ci using latest git 2018-02-24 21:39:09 +01:00
luc lebosse
13ee5e19e8 Merge Development version to master 2017-11-13 16:17:07 +01:00