20 Commits

Author SHA1 Message Date
Luc
c706f44229 Implement FTP Server feature
rewrite the file time access
fix some debug error
add rename function in file systems when available
2019-10-31 22:29:38 +01:00
Luc
0c0a95d6f7 Add Global FileSystem
Allows to browse /FS (flash) and /SD (SD card) under /
[ESP780] can browse SD and FS under /
[ESP790] allow file actions under /
to be used with FTP server
2019-10-28 22:06:23 +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
14a15bf815 basic esp commands for SD 2019-10-11 15:52:58 +08:00
Luc
5a7e555e87 add autostart script support 2019-10-03 20:07:36 +08:00
Luc
027ab132ae add [ESP700]support for FS
Add Header for FS file name
Add flag for FILESYSTEM_FEATURE in sources
do some AStyle
Change line number from uint16_t to uint32_t
2019-10-02 22:48:23 +08:00
Luc
cb726b51d5 Add Camera streaming server
add  ESP command 170/171/172
apply astyle
add flag to distinguish websocket terminal vs data
2019-09-29 19:47:32 +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
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
4330d8eb30 Add backbone for passive buzzer device
need to implement EEPROM and ESP commands related to buzzer
apply astyle
2019-08-03 20:40:40 +02:00
Luc
676df60b91 Allow to start/stop serial with [ESP900] 2019-08-01 16:31:56 +02:00
Luc
cc6e4ad3a4 Add M118 support
Add 4G capacity support
Fix empty string saving
2019-06-23 21:30:21 +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
d79d8da64b Initial commit for code base 2019-02-25 10:31:21 +08:00