luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer
GNU General Public License v3.0
1.74k stars 465 forks source link

[Question] Some clarifications #1012

Closed ilko-k closed 6 months ago

ilko-k commented 6 months ago

First question, is this project still maintained ? No release since more than a year.

Second, some things differ bewteen the master branch here on git and the online configurator regarding the platformio.ini file.

board_build.filesystem = littlefs → not present in master • lib_ignore = ESP32SSDP → is ESP32SSPD in master ( D and P are inverted )

Which one is up to date ?

github-actions[bot] commented 6 months ago

Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here

luc-github commented 6 months ago

Reading the readme should answer all your questions: image No mention you can check the commit history to see even no release there was a fix 2 month ago for 2.1 and yesterday for 3.0

board_build.filesystem = littlefs → not present in master

Well 2.1 only support SPIFFS ... and for 3.0 this is handle by the configurator

lib_ignore = ESP32SSDP → is ESP32SSPD

Wow orz... I missed that - Thank You 2.1 and 3.0 updated , configurator looks Ok already

ilko-k commented 6 months ago

Allright thanks!