add WiFiManager and 'U8g2 to Libraries`

This commit is contained in:
Phat Nguyen
2024-04-04 18:35:15 +07:00
parent dba385f5bb
commit f681d4b2e8
247 changed files with 515031 additions and 795 deletions

View File

@ -15,8 +15,7 @@ private:
void *u8g2 = NULL;
AgValue &value;
void showTempHum(void);
void showTempHum(bool hasStatus);
public:
AgOledDisplay(AgConfigure &config, AgValue &value,
Stream &log);