Merge pull request #152 from airgradienthq/hotfix/remove-configuration-missleading-message

Remove `Update ignored due to local unofficial changes`
This commit is contained in:
Phat Nguyen
2024-05-24 09:01:04 +07:00
committed by GitHub

View File

@ -628,7 +628,6 @@ bool Configuration::parse(String data, bool isLocal) {
saveConfig();
printConfig();
} else {
logInfo("Update ignored due to local unofficial changes");
if (ledBarTestRequested || co2CalibrationRequested) {
udpated = true;
}