Write some config files in human-readable form.
This commit is contained in:
@@ -168,7 +168,7 @@ void WifiConfigSettings::Save()
|
||||
{
|
||||
ofstream_synced f;
|
||||
openWithPerms(f,CONFIG_PATH);
|
||||
json_writer writer(f);
|
||||
json_writer writer(f,false);
|
||||
writer.write(&newSettings);
|
||||
}
|
||||
catch (const std::exception &e)
|
||||
|
||||
Reference in New Issue
Block a user