v2.1 ESP3D for ESP8266/ESP32
- back to normal project - no more a library
- add notifications : pushover / email / line
- add MKS TFT support - be aware usage is limited due to MKS TFT firmware blocking lot of output commands
- add basic platformIO setup
- new delay command
[ESP290]<delay in ms>
- new command to disable ESP3D serial to free it from printer if shared with USB
[ESP900]<ENABLE/DISABLE>
- better responsiveness when doing upload (sd / webupdate/ FS)
- lot of bug fixes
what does it means ?
- for 4MB flash boards, need to use 2MB for SPIFFS instead of 3MB, the 2 others will be used for FW.
- for 1MB flash boards. need to disable Notifications to decrease space and/or follow : #331