Skip to content

v2.1 ESP3D for ESP8266/ESP32

Pre-release
Pre-release
Compare
Choose a tag to compare
@luc-github luc-github released this 08 Sep 09:21
· 75 commits to 2.1 since this release
  • 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

⚠️ Warning: due to notifications code and others improvements, now the FW is over 500K ⚠️

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