You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the #30 there are some issues with the setup.
Choosing the "ESP32 Dev Module" board results in pins (like LED) being undefined. The pin definitions were moved from defines.h to plattformio.ini But I use the the Arduino IDE (old version). Also, the note in defines.h says "move to defines in platformio.ini". I guess this should mean "moved" and is not an instruction to move C code to the plattfromio.ini
The added SPIFFSEditor.cpp and SPIFFSEditor.h results in a conflict (using the Arduino IDE). The files are already specified in the ESPAsyncWebServer library.
Using da52f00 still works the way described in the readme. Deleting the new SPIFFSEditor files and uncommenting the pin defines in the header also works.
The text was updated successfully, but these errors were encountered:
Hi! Thanks for the great project!
After the #30 there are some issues with the setup.
defines.h
toplattformio.ini
But I use the the Arduino IDE (old version). Also, the note indefines.h
says "move to defines in platformio.ini". I guess this should mean "moved" and is not an instruction to move C code to theplattfromio.ini
SPIFFSEditor.cpp
andSPIFFSEditor.h
results in a conflict (using the Arduino IDE). The files are already specified in theESPAsyncWebServer
library.Using da52f00 still works the way described in the readme. Deleting the new SPIFFSEditor files and uncommenting the pin defines in the header also works.
The text was updated successfully, but these errors were encountered: