X-Git-Url: https://the.earth.li/gitweb/?p=esp8266-clock.git;a=blobdiff_plain;f=ota.h;fp=ota.h;h=a86f3fbf0bc97ee49496ddd8e40901b1bd52970e;hp=0000000000000000000000000000000000000000;hb=a139c6de516968e2a0e7a21c153404eebea94c9e;hpb=648045c23ec74fafc4416cfd27b8ce6a091d8a35 diff --git a/ota.h b/ota.h new file mode 100644 index 0000000..a86f3fb --- /dev/null +++ b/ota.h @@ -0,0 +1,8 @@ +#ifndef USER_OTA_H_ +#define USER_OTA_H_ + +#include + +bool ICACHE_FLASH_ATTR ota_check(void); + +#endif /* USER_OTA_H_ */