Merge pull request #192 from lora-aprs/do-not-write-config-on-read

comment write on read
This commit is contained in:
Peter Buchegger 2022-05-20 23:11:58 +02:00 committed by GitHub
commit 3bbb7921ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ void ConfigurationManagement::readConfiguration(logging::Logger &logger, Configu
readProjectConfiguration(data, conf);
// update config in memory to get the new fields:
writeConfiguration(logger, conf);
// writeConfiguration(logger, conf);
}
void ConfigurationManagement::writeConfiguration(logging::Logger &logger, Configuration &conf) {