Add AceButton library

This commit is contained in:
fvanroie 2020-03-09 23:07:19 +01:00
parent 1ff9d5d720
commit 111e99cf13
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,6 @@ void dispatchIdle(const __FlashStringHelper * state);
void dispatchReboot(bool saveConfig);
void dispatchStatusUpdate(void);
void dispatchButton(uint8_t i, bool pressed);
void dispatchButton(uint8_t id, char * event);
#endif

View File

@ -280,6 +280,8 @@ void webHandleAbout()
httpMessage += FPSTR(MIT_LICENSE);
httpMessage += F("<p><h3>QR Code generator</h3>Copyright&copy; Project Nayuki");
httpMessage += FPSTR(MIT_LICENSE);
httpMessage += F("<p><h3>AceButton</h3>Copyright&copy; 2018 Brian T. Park");
httpMessage += FPSTR(MIT_LICENSE);
httpMessage += FPSTR(MAIN_MENU_BUTTON);