Added SPIFFS updating
All checks were successful
Test compiling project / test (push) Successful in 2m38s
All checks were successful
Test compiling project / test (push) Successful in 2m38s
This commit is contained in:
@@ -27,5 +27,6 @@ class OTA {
|
||||
};
|
||||
|
||||
void run_ota_update(String url, std::function<void()> callback_started, std::function<void()> callback_finished, std::function<void(int, int)> callback_progress, std::function<void(int)> callback_error);
|
||||
void run_ota_spiffs_update(String url, std::function<void()> callback_started, std::function<void()> callback_finished, std::function<void(int, int)> callback_progress, std::function<void(int)> callback_error);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user