44 Commits

Author SHA1 Message Date
Luc
e73b5e85c8 Use iso-8601 to set time but time zone like suggested by @terjeio for [ESP800/140]
Simplify string parsing to set date/time using strptime
2022-09-11 16:37:44 +08:00
Luc
a885afced8 Update documentation
Remove SDFat2 warning
Add several sanity check
Fix some edge cases in authentication process
Remove debug messages
Clarify some status in http handler responses
2022-09-04 15:40:03 +08:00
Luc
dd2e4ec1d8 Add Serial Bridge Support
Add more sanity check for PIN_RESET_FEATURE
Remove unnecessary tests  in esp3doutput.cpp
Add Serial index to {ESP900] report
Add ESP901 to control Serial baudrate
Add ESP930/ESP931 Command to control Serial Bridge state and baudrate
Add missing initializations in BT
Update Features.md
Bumb version
2022-08-17 16:55:43 +08:00
Luc
cf45c9251e Add ESP450 to list others ESP3D
Move mDNS to a module for better abstraction layer
Change Command.txt to markdown
Fix warning on esp8266 for sign compare
Bumb version to 205
2022-08-15 18:01:02 +08:00
Luc
ab9f3c1236 Add ESP171 which save camera frame to SD 2022-06-27 17:46:27 +08:00
Luc
3b3e03c3e5 Remove Snapshot Display as dropped feature 2022-06-14 14:16:07 +08:00
Luc
119fd95b5b Add [ESP999]QUIETBOOT to set efuse on ESP32: S2/S3/C3
Fix missing Flag for S2/S3/C3 on PlatformIO
2022-06-07 11:35:21 +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
1d4f9d4f7c Add STA Fallback option (AP, BT, OFF)
Add Command to set verbose boot
Fix error with ethernet msg in [ESP110]
Fix [ESP0] now displaying context help
Fix ESP32 litlleFS 2.0 need / as default root path
Fix embedded page overflow on mobile with long file names
2021-10-02 18:18:36 +08:00
Luc
b14efceb15 Merge ESP_RADIO_OFF and NO_NETWORK to ESP_NO_NETWORK
Remove HTML doc which out of date
2021-10-01 10:48:00 +08:00
Luc
7aeaee8236 Add missing setting for radio boot start state in ini config 2021-06-05 09:25:30 +02:00
Luc
eaba22990a Add setting to unsecure the serial when authentication is on 2021-02-25 14:12:55 +01:00
Luc
d56a936543 Fix DNS missing setting in static mode 2021-02-04 14:35:49 +01:00
Luc
59e766b0b8 webdav part 1 2021-01-24 13:22:41 +01:00
Luc
2d58b305a1 Fix garbage when reset is needed
Fix mDNS failed to start - revert change of start position
Fix wrong name of ini file for SD configuration
2020-12-13 21:44:12 +01:00
Luc
5073327e30 Add Setting to get verbose boot or minimal one
Fix Boot string format not consistent
Change [ESP150] to support verbose parameter in addition to delay
Change [ESP400] to group boot delay and boot verbose in a boot subsection
Add  Boot_verbose in espcnf.ini
2020-12-13 15:48:32 +01:00
Luc
223d7ece34 Add pin setup for sharing
Add [ESP202] command to set SPI Speed factor
2020-12-11 21:49:08 +01:00
Luc
5963eca3a6 Code cleaning / change flag message EEPROM storage way -Need to reset settings
new command [ESP920] to configure outputs
Remove REPETIER for Davinci definition that should be pure REPETIER from now
Change FW Target ID numbering to support different Flavors more easily
Add Ini file configuration file from SD (espconf.ini) to configure ESP3D at start
Add  Target FW  ID in ESP800 command in addition to Target  FW short name
Bumb version

Warning this commit is breaking EEPROM org so - check then in webUI after
2020-12-09 16:44:12 +01:00
Luc
2aa146a926 Remove camera streaming feature as not working as expected
Clean code due to camera stream removed and left camera snap feature only
2020-10-26 16:44:18 +01:00
Luc
2a4dffcea5 Set DHT as sensor and set output more generic
Add Analog entry as sensor
Fix DHT initialisation issue
2020-08-24 21:01:35 +02:00
Luc
312f88e6e2 Test for dioxygen doc generation 2020-01-06 14:46:56 +01:00
Luc
c684e69575 Add backbone for FTP 2019-10-23 19:44:01 +02:00
Luc
3bae4748bf Add [ESP715]FORMATSD to format SD card
Add SD format feature on SDFat for esp8266 and esp32
2019-10-22 13:12:27 +02:00
Luc
c37b90ea05 Add time in sd file
Add create command to  filesystem
Clean SD filesystem code
2019-10-21 17:50:18 +02:00
Luc
14a15bf815 basic esp commands for SD 2019-10-11 15:52:58 +08:00
Luc
917cd071b6 Update commands.txt
fix typo
2019-09-29 20:11:43 +08:00
Luc
b818022f5e add esp8266 littleFS support
add new command to handle files/directories
add files creation  sketch for each FS
fix esplogo compilation if no display
remove wifi network starting message if wifi off
2019-09-17 13:53:53 +08:00
Luc
e869bab859 Add auto notification
Fix wrong network mode with failing WIFI-STA
Add flexible Title for message
2019-09-08 15:41:57 +02:00
Luc
e93495c6c8 Add Manual time setting from [ESP800],
Add time source selection setting (Internet/manual)
Add websocket IP to make it work with Apple Captive portal thanks @Nathan-ma
Add instant message error and abort command for files upload
Add Available FS space check before upload
Add [ESP290]<delay> command per @josedpedroso
Apply Astyle
Update version
2019-08-27 11:35:36 +02:00
Luc
adbbd9067c Add [ESP216]SNAP command to capture screenshot from advanced display 2019-08-17 17:20:24 +02:00
Luc
4961ff9902 Final integration for buzzer
add [ESP900] to enable/disable buzzer
add [ESP250] to play beed if no parameter, or specific sound using frequency and duration parameters
add missing Serial communication state in [ESP420]
fix typo in [ESP900]
2019-08-04 15:31:24 +02:00
Luc
688b8a079a Add Touch base code for calibration
Add [ESP214] and [ESP215]
Fix Telnet not getting commands
Fix HTTP and Telnet not taking start condition
Add code base for input
Increase EEPROM size from 1024 to 2048 as now we are at 1003 for future next setting
Fix display for ILI9341 for main page
Change version for tracking
2019-04-07 16:57:33 +02:00
Luc
6f5d87a927 Add Websocket support
Add command 160 + 161 for websocket configuration
Add Websocket monitor page for debug in tools
Add Telnet and Websocket debug default port is 8000
Fix boot delay  value to default instead of max  when invalid
Minor fixes
2019-03-28 11:18:42 +01:00
Luc
3b9d5302a1 Code sync with upstream
Code clening
Add Boot delay as parameter in EEPROM for easier tuning
Add Notifications
2019-03-15 09:48:26 +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
a84d146921 Prepare branch 2019-01-26 09:31:25 +01:00
luc lebosse
5f3c2e91db Fix Authentication flag not transmited in macro [ESP700]
Fix also doc for [ESP201]
Thank you @Gi0cas
2018-03-02 20:26:59 +01:00
luc lebosse
13ee5e19e8 Merge Development version to master 2017-11-13 16:17:07 +01:00
luc lebosse
6cbb11ddf0 add command to get FW target 2016-12-14 21:28:10 +01:00
luc lebosse
46d9ccbce5 Update docs for commands 2016-12-02 07:43:32 +01:00
luc lebosse
d30ddc4ecf fix trailing spaces thanks @patrickelectric 2016-10-09 11:08:12 +02:00
Luc
9ccf1ec7ed Add direct pin support using ESP201 2016-09-28 10:45:31 +08:00
Luc
a7aedc5599 Rewrite ESP commands
add password protection if authentication is set
2016-09-26 21:31:01 +08:00
luc
98c9eb7a04 sync with devt branch 2016-04-08 17:49:21 +02:00