working begin routine

This commit is contained in:
Siwat Sirichai 2024-01-15 15:19:49 +07:00
parent 05236797c2
commit fdf32d8503
8 changed files with 510 additions and 415 deletions

View file

@ -41,6 +41,7 @@ class ESPMegaDisplay
bool writeUpdate(uint8_t* data, size_t size);
void endUpdate();
protected:
size_t otaBytesWritten;
SemaphoreHandle_t serialMutex;
uint8_t currentPage;
uint8_t rx_buffer_index;