mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Add AceButton library
This commit is contained in:
parent
1ff9d5d720
commit
111e99cf13
@ -20,6 +20,6 @@ void dispatchIdle(const __FlashStringHelper * state);
|
|||||||
void dispatchReboot(bool saveConfig);
|
void dispatchReboot(bool saveConfig);
|
||||||
void dispatchStatusUpdate(void);
|
void dispatchStatusUpdate(void);
|
||||||
|
|
||||||
void dispatchButton(uint8_t i, bool pressed);
|
void dispatchButton(uint8_t id, char * event);
|
||||||
|
|
||||||
#endif
|
#endif
|
@ -280,6 +280,8 @@ void webHandleAbout()
|
|||||||
httpMessage += FPSTR(MIT_LICENSE);
|
httpMessage += FPSTR(MIT_LICENSE);
|
||||||
httpMessage += F("<p><h3>QR Code generator</h3>Copyright© Project Nayuki");
|
httpMessage += F("<p><h3>QR Code generator</h3>Copyright© Project Nayuki");
|
||||||
httpMessage += FPSTR(MIT_LICENSE);
|
httpMessage += FPSTR(MIT_LICENSE);
|
||||||
|
httpMessage += F("<p><h3>AceButton</h3>Copyright© 2018 Brian T. Park");
|
||||||
|
httpMessage += FPSTR(MIT_LICENSE);
|
||||||
|
|
||||||
httpMessage += FPSTR(MAIN_MENU_BUTTON);
|
httpMessage += FPSTR(MAIN_MENU_BUTTON);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user