#ifndef OTA_H #define OTA_H extern bool WIFI_Enabled; void ota_setup(void); void ota_handle(void); #endif