]> the.earth.li Git - esp8266-clock.git/blob - ota.h
Add initial OTA upgrade support
[esp8266-clock.git] / ota.h
1 #ifndef USER_OTA_H_
2 #define USER_OTA_H_
3
4 #include <c_types.h>
5
6 bool ICACHE_FLASH_ATTR ota_check(void);
7
8 #endif /* USER_OTA_H_ */