#ifndef OTA #define OTA #include void onOTAStart(); void onOTAProgress(size_t current, size_t final); void onOTAEnd(bool success); #endif