mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Comment callbacks
This commit is contained in:
parent
aaa42a9e0b
commit
dbf6c3beef
@ -134,10 +134,10 @@ void otaHttpUpdate(const char * espOtaUrl)
|
||||
|
||||
#if defined(ARDUINO_ARCH_ESP8266)
|
||||
|
||||
ESPhttpUpdate.onStart(update_started);
|
||||
ESPhttpUpdate.onEnd(update_finished);
|
||||
ESPhttpUpdate.onProgress(update_progress);
|
||||
ESPhttpUpdate.onError(update_error);
|
||||
// ESPhttpUpdate.onStart(update_started);
|
||||
// ESPhttpUpdate.onEnd(update_finished);
|
||||
// ESPhttpUpdate.onProgress(update_progress);
|
||||
// ESPhttpUpdate.onError(update_error);
|
||||
|
||||
t_httpUpdate_return returnCode = ESPhttpUpdate.update(otaClient, espOtaUrl);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user