ota.h 118 B

123456789
  1. #ifndef OTA_H
  2. #define OTA_H
  3. extern bool WIFI_Enabled;
  4. void ota_setup(void);
  5. void ota_handle(void);
  6. #endif