luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Some clarifications

ilko-k opened this issue · comments

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 ?

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

commented

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

Allright thanks!