Bram - Will the new sensesp 3.1.x work with the...
Will the new sensesp 3.1.x work with the first revision of the SH-ESP32? I would like to migrate this 2.7.2 code over to 3.x https://github.com/bhavers/SH-ESP32-engine-hat-firmware/blob/main/src/main.cpp
The problem is that i can't get this 2.7.2 code to compile anymore. Many dependencies are missing. It might have to do because sensesp 2.7.2 is depended on ESPAsyncWebServer that has migrated to another repo.
See migration note: https://github.com/me-no-dev/ESPAsyncWebServer
I've added the new ESP32Async/ESPAsynchWebServer to platformio.ini but many other dependencies fail as well. To the point that even Wifi fails. So i thought it might better upgrade to 3.x.
1 Reply
Btw. for others with similar challenge: i have used the 3x starter template and moved (most of) my 2.7.2 code over. Worked well and done in a couple of hours (for about 8 sensors). I'm now lacking configuring through the user interface. That was standard in 2.x but should be manually configured in 3.x. But looks easy to add later on. Thanks to @Matti Airas for the nice and high quality library and docs.