-
Great project! I have a load of ESP32, I cannot seem to get this project to work on one. I feel like this should be simple enough, but I've tried really hard and I cannot make it work. Any pointers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I believe you just need to replace the ESP8266 specific libraries with an ESP32 counterpart. So far it seems that NTPTime.cpp and WebServer.cpp are the only files affected when you switch to the ESP32 board. You could try using this library from expressif in its place, but i'm not sure if you will come up with any incompatibilities. I can also look into it but as of now I don't have as much time to work on it |
Beta Was this translation helpful? Give feedback.
I don't want to mess up anything on Github; I've forked the project and created a separate branch for the platformIO version. I've also changed one of the required libraries and added it to: https://github.com/J-GitHub1/ESPAsyncWebServer, no idea how to add this in Arduino IDE, though.
The benefit of using platformIO is that it has a file system build and filesystem upload built in, but it takes a bit of a learning curve. When I have more time, I'll rewrite the READme for PlatformIO.
I followed the wiring of florianL21; I used the Blynk Setup, but the Blynk App on iOS is rubbish.
Amazing work Winston-Lu, and thanks for the clear instruct
ions. https://github.com/florianL21/LED-ClockShelf
…