lcdota web
This commit is contained in:
parent
29171e2a01
commit
6cb4818195
4 changed files with 104 additions and 13 deletions
|
@ -37,9 +37,9 @@ class ESPMegaDisplay
|
|||
void unregisterPayloadCallback(uint16_t handle);
|
||||
void takeSerialMutex();
|
||||
void giveSerialMutex();
|
||||
bool beginOTA(size_t size);
|
||||
bool writeOTA(uint8_t* data, size_t size);
|
||||
void endOTA();
|
||||
bool beginUpdate(size_t size);
|
||||
bool writeUpdate(uint8_t* data, size_t size);
|
||||
void endUpdate();
|
||||
protected:
|
||||
SemaphoreHandle_t serialMutex;
|
||||
uint8_t currentPage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue