#ifndef _OTAUPDATE_H #define _OTAUPDATE_H #include int otaupdate_check(float myVer); void otaupdate_perform(String filePath); void ota_events(void); #endif