SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
ota.cpp
Go to the documentation of this file.
1#include "ota.h"
2
3namespace sensesp {
4
5void OTA::handle_ota() { ArduinoOTA.handle(); }
6
7} // namespace sensesp