mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 21:26:43 +00:00
Fix page rollover crash on screenshot page
This commit is contained in:
parent
50f8761c3e
commit
3d00192e55
@ -63,8 +63,8 @@ void haspSetup(JsonObject settings);
|
||||
void haspLoop(void);
|
||||
void haspFirstSetup(void);
|
||||
|
||||
void haspSetPage(uint16_t id);
|
||||
uint16_t haspGetPage();
|
||||
void haspSetPage(uint8_t id);
|
||||
uint8_t haspGetPage();
|
||||
void haspClearPage(uint16_t pageid);
|
||||
void haspSetNodename(String name);
|
||||
String haspGetNodename();
|
||||
|
Loading…
x
Reference in New Issue
Block a user