mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-02-01 21:34:14 +01:00
Merge pull request #192 from lora-aprs/do-not-write-config-on-read
comment write on read
This commit is contained in:
commit
3bbb7921ff
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue