Signal KSK
Signal K7mo ago
1 reply
Bram

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.

Library Manager: Installing me-no-dev/ESP Async WebServer
Library Manager: Warning! Could not install `{'owner': 'me-no-dev', 'name': 'ESP Async WebServer'}` dependency for the`SensESP` package

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.
Was this page helpful?