[update message log and fix some bug] add miss

This commit is contained in:
Phat Nguyen
2024-04-22 16:32:17 +07:00
parent 9feac035eb
commit 442f0fd942
3 changed files with 123 additions and 69 deletions

View File

@ -44,6 +44,10 @@ private:
String jsonTypeInvalidMessage(String name, String type);
String jsonValueInvalidMessage(String name, String value);
void jsonInvalid(void);
void configLogInfo(String name, String fromValue, String toValue);
String getPMStandardString(bool usaqi);
String getDisplayModeString(bool dispMode);
String getAbcDayString(int value);
public:
Configuration(Stream &debugLog);