1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

restructure ui, styling

This commit is contained in:
andreas
2021-10-17 19:15:22 +02:00
parent 8f03ad1373
commit 117193fbed
3 changed files with 96 additions and 32 deletions

View File

@@ -21,8 +21,6 @@ class GwConfigItem: public GwConfigInterface{
this->initialValue=initialValue;
this->value=initialValue;
}
GwConfigItem(const String &name, bool initalValue):
GwConfigItem(name,initalValue?String("true"):String("false")){};
virtual String asString() const{
return value;
}