1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

#101: avoid logging errors for all unset config items

This commit is contained in:
andreas
2025-03-04 20:48:02 +01:00
parent 2ab6a00883
commit 437b76897a
2 changed files with 16 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ class GwConfigHandler: public GwConfigDefinitions{
void stopChanges();
bool updateValue(String name, String value);
bool reset();
String toString() const;
void logConfig(int level) const;
String toJson() const;
String getString(const String name,const String defaultv="") const;
bool getBool(const String name,bool defaultv=false) const ;