Сделал сборку для esp32s2 (Wemos S2 mini)

This commit is contained in:
Mit4el
2023-05-27 02:02:33 +03:00
parent f8de34fb97
commit 3b1eb07d74
9 changed files with 92 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ bool upgradeBuild() {
ESPhttpUpdate.rebootOnUpdate(false);
t_httpUpdate_return retBuild = ESPhttpUpdate.update(wifiClient, getBinPath("firmware.bin"));
#endif
#ifdef esp32_4mb
#ifdef ESP32
httpUpdate.rebootOnUpdate(false);
HTTPUpdateResult retBuild = httpUpdate.update(wifiClient, getBinPath("firmware.bin"));
#endif