Added favicon.ico to find the right tab in the browser more fast; Keep it simple (not as configuration option)

This commit is contained in:
wtl0 2022-06-27 00:23:49 +02:00
parent 821ab2601e
commit e25dce1573
3 changed files with 206 additions and 0 deletions

View file

@ -60,6 +60,7 @@ class app : public Main {
bool buildPayload(uint8_t id);
void processPayload(bool retransmit);
void showFavicon(void);
void showIndex(void);
void showSetup(void);
void showSave(void);