]> the.earth.li Git - esp8266-clock.git/blobdiff - ota.h
Add initial OTA upgrade support
[esp8266-clock.git] / ota.h
diff --git a/ota.h b/ota.h
new file mode 100644 (file)
index 0000000..a86f3fb
--- /dev/null
+++ b/ota.h
@@ -0,0 +1,8 @@
+#ifndef USER_OTA_H_
+#define USER_OTA_H_
+
+#include <c_types.h>
+
+bool ICACHE_FLASH_ATTR ota_check(void);
+
+#endif /* USER_OTA_H_ */