mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-12 06:27:12 +03:00
OTA werks... sort of!
This commit is contained in:
17
components/squeezelite-ota/squeezelite-ota.h
Normal file
17
components/squeezelite-ota/squeezelite-ota.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* squeezelite-ota.h
|
||||
*
|
||||
* Created on: 25 sept. 2019
|
||||
* Author: sle11
|
||||
*/
|
||||
|
||||
#ifndef COMPONENTS_SQUEEZELITE_OTA_SQUEEZELITE_OTA_H_
|
||||
#define COMPONENTS_SQUEEZELITE_OTA_SQUEEZELITE_OTA_H_
|
||||
|
||||
void start_ota(const char * bin_url);
|
||||
const char * ota_get_status();
|
||||
uint8_t ota_get_pct_complete();
|
||||
|
||||
|
||||
|
||||
#endif /* COMPONENTS_SQUEEZELITE_OTA_SQUEEZELITE_OTA_H_ */
|
||||
Reference in New Issue
Block a user