mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
optimize memory usage for config data, allow 4s timeout for setConfig
This commit is contained in:
@@ -13,7 +13,6 @@ class GwConfigHandler: public GwConfigDefinitions{
|
||||
Preferences prefs;
|
||||
GwLog *logger;
|
||||
typedef std::map<String,String> StringMap;
|
||||
StringMap changedValues;
|
||||
boolean allowChanges=true;
|
||||
public:
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user