Update guiMemoryOptimizer.h
Added 2 functions to assist in updating widgets after a new MQTT message
This commit is contained in:
parent
7aab613eba
commit
e7c81cd5f5
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@
|
|||
|
||||
void gui_memoryOptimizer_prepare_startup();
|
||||
void gui_memoryOptimizer_doAfterSliding_deletionAndCreation(lv_obj_t** tabview, int oldTabID, int newTabID, bool newGuiList, lv_obj_t** panel, lv_obj_t** img1, lv_obj_t** img2);
|
||||
bool checkTabActive(std::string tabName);
|
||||
bool checkTabinMemory(std::string tabName);
|
||||
|
|
Loading…
Add table
Reference in a new issue