mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-09-20 07:35:14 +00:00
* prefs, custom dirty state
This commit is contained in:
@@ -38,6 +38,7 @@ bool DynamicConfigSerializer::setByKey(const char* key, const char* value) {
|
||||
strcat(new_config, KEY_SEP_STR);
|
||||
strcat(new_config, value);
|
||||
strcpy(_config, new_config); // commit new serialized string
|
||||
markDirty();
|
||||
return true;
|
||||
}
|
||||
return false; // didn't fit in _config[]
|
||||
|
||||
Reference in New Issue
Block a user