|
Aquarium Cooling Controller
ESP32 firmware for aquarium cooling fan control, monitoring, telemetry, and fault handling.
|
Temporary HTTP firmware upload endpoint for OTA updates. More...
#include <Arduino.h>#include <WebServer.h>

Go to the source code of this file.
Classes | |
| class | OtaUploadServer |
| Hosts a short-lived HTTP form for uploading firmware binaries. More... | |
Enumerations | |
| enum class | OtaUploadState { kDisabled , kArmed , kUploading , kSucceeded , kFailed , kTimedOut } |
| Runtime state of the temporary OTA upload server. More... | |
Temporary HTTP firmware upload endpoint for OTA updates.
|
strong |
Runtime state of the temporary OTA upload server.