Changed partition table to allow for OTA updates
This commit is contained in:
parent
1d2c90fd60
commit
38efc73ca4
14 changed files with 92 additions and 13 deletions
|
@ -37,8 +37,7 @@ void setup()
|
|||
xTaskCreate(setupWebsocketClients, "setupWebsocketClients", 4096, NULL, tskIDLE_PRIORITY, NULL);
|
||||
|
||||
setupButtonTask();
|
||||
Serial.printf("Number of free Preferences entries %d", preferences.freeEntries());
|
||||
|
||||
setupOTA();
|
||||
}
|
||||
|
||||
void tryImprovSetup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue