mirror of
https://github.com/0015/ThatProject.git
synced 2026-01-12 17:27:43 +03:00
OTA Solution - Build your own OTA platform (2/2, ESP32 OTA Application)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "FileIO.h"
|
||||
#include <Update.h>
|
||||
|
||||
class Updater {
|
||||
private:
|
||||
void performUpdate(Stream& updateSource, size_t updateSize);
|
||||
|
||||
public:
|
||||
bool updateFromFS(FileIO** fileIO);
|
||||
};
|
||||
Reference in New Issue
Block a user