forked from btclock/btclock_v3
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
|
@ -70,6 +70,10 @@ void setupWebserver()
|
|||
xTaskCreate(eventSourceTask, "eventSourceTask", 4096, NULL, tskIDLE_PRIORITY, &eventSourceTaskHandle);
|
||||
}
|
||||
|
||||
void stopWebServer() {
|
||||
server.end();
|
||||
}
|
||||
|
||||
StaticJsonDocument<768> getStatusObject()
|
||||
{
|
||||
StaticJsonDocument<768> root;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue