squeezelite-ota.h 356 B

1234567891011121314151617
  1. /*
  2. * squeezelite-ota.h
  3. *
  4. * Created on: 25 sept. 2019
  5. * Author: sle11
  6. */
  7. #ifndef COMPONENTS_SQUEEZELITE_OTA_SQUEEZELITE_OTA_H_
  8. #define COMPONENTS_SQUEEZELITE_OTA_SQUEEZELITE_OTA_H_
  9. void start_ota(const char * bin_url);
  10. const char * ota_get_status();
  11. uint8_t ota_get_pct_complete();
  12. #endif /* COMPONENTS_SQUEEZELITE_OTA_SQUEEZELITE_OTA_H_ */