OTA works

This commit is contained in:
technyon
2022-06-14 22:50:14 +02:00
parent b39c051027
commit d64975c5ef
5 changed files with 14 additions and 8 deletions

2
Ota.h
View File

@@ -7,7 +7,7 @@
class Ota
{
public:
void updateFirmware(uint8_t buf, size_t size);
void updateFirmware(uint8_t* buf, size_t size);
private:
bool _updateFlag = false;