3#include "wifi-dependent.hpp"
A handler that takes care of over-the-air updates of your controller.
Definition ota-handler.hpp:14
void handleUpload()
Definition ota-handler.cpp:61
void onWifiConnectionEstablished() override
Definition ota-handler.cpp:16
An interface defining a controller that depends on a WiFi connection.
Definition wifi-dependent.hpp:10