Add haspClearPage command

This commit is contained in:
fvanroie 2020-03-05 21:44:06 +01:00
parent ebe6676b39
commit 18034e7b13

View File

@ -75,6 +75,7 @@ void haspFirstSetup(void);
void haspSetPage(uint16_t id);
uint16_t haspGetPage();
void haspClearPage(uint16_t pageid);
void haspSetNodename(String name);
String haspGetNodename();
String haspGetVersion();