* first push
* modified post to work with IFTTT
* working but returning wrong error code
* command successfully being sent to, IFTTT
* resolved issue with ESP600 returing "Wrong Command
Add check pin number and value number are actually number to use them in [ESP201]
Add check on [ESPXXX command to recognize it when command start by [ESPXXX or something not bigger than`echo: [ESP`
Thanks @treeplesk for raising these case
Add file size before upload for SPIFFS and WebUpdate
new embedded page based on 3.0
- display fw version
- menu link link to wiki / github
- auto detection of index.html.gz when uploaded
- websocket to limit to one instance
- build batch to generate page and fw file
fix for Apple captive portal blocking websocket per @Nathan-ma suggestion
Fix update partition size in [ESP420] for ESP32
change versio to 36
Add EEPROM version Check
Update embedded page content and build process
Move check sum ESP commands from ESP6XX to ESP5XX to let Notifications use ESP6XX
Update command.txt with latest commands
Move helper functions to static class CONFIG
Separate STA and AP information in EEPROM (IP, mode, etc)
Allow to change AP or STA data without set as default mode
Reorg the wifi setup
Add 2 safe mode - if mode is client and failed got to AP with EEPROM
setting, if AP failed use default value for AP mode
prepare code for SD Direct access
Implement define for MONITORING_FEATURE and MSG_FEATURE
Add better FM for SD Files
Light review of printer UI to separate sections
Add more control on Serial commands
Fix Github address
Change version to 0.8.0
Change default baud to 115200
Add Marlinkimbra support
admin is for wifi / esp settings
user is for printer settings
admin and user ID can be defined in config.h
[ESP555]<admin password> allows to reset user password to default one
Separate M20 command from file listing to give time to get the complete
file list before sending the list
Change SDK function system_get_time and wifi_get_opmode to use wrapper
ones and avoid to include user_interface.h if not necessary