OTA

Over-the-air firmware and web-app updates

Upload a new application firmware image (OTA)

post

Streams a new application binary to the OTA partition and reboots into it upon successful write.

Body
string · binaryOptional

ESP32 application binary (db_esp32.bin)

Responses
chevron-right
200

Firmware update accepted and device will reboot

No content

post
/update/firmware

No content

Upload a new web-app filesystem image (OTA)

post

Streams a new SPIFFS/LittleFS web-app image to the www partition.

Body
string · binaryOptional

ESP32 filesystem image (www.bin)

Responses
chevron-right
200

Web-app image updated successfully

No content

post
/update/www

No content

Last updated