Write some config files in human-readable form.

This commit is contained in:
Robin Davies
2024-10-08 05:05:24 -04:00
parent a8061a6d15
commit 7772a225b8
4 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -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)