mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-14 16:36:31 +02:00
Merge pull request #152 from airgradienthq/hotfix/remove-configuration-missleading-message
Remove `Update ignored due to local unofficial changes`
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user