atanisoft / ESP32CommandStation

An ESP32 based DCC Command Station with integrated OpenLCB (LCC) --- NOTE: this project is not under active development.
https://atanisoft.github.io/ESP32CommandStation/
GNU General Public License v3.0
90 stars 34 forks source link

Problem to compile. #30

Closed arnold-b closed 4 years ago

arnold-b commented 4 years ago

Hello What is the used Version of ESPAsyncWebServer ? Cause compiler Errors

Thanks

arnold-b commented 4 years ago

Found Result:

ESPAsync is also using the file webserver.x

Compiler is only using the project one and not this one. Solution. rename project webserver.x to something else

atanisoft commented 4 years ago

The issue with ESPAsyncWebServer is due to a recent PIO update which broke LDF. Edit the platformio.ini file to ensure these two lines are present and not the original two.