mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 09:20:34 +01:00
Fix: need to skip BOM also when migrating config
This commit is contained in:
committed by
Thomas Basler
parent
37b173071e
commit
b2dcac549c
@@ -353,6 +353,8 @@ void ConfigurationClass::migrate()
|
||||
return;
|
||||
}
|
||||
|
||||
Utils::skipBom(f);
|
||||
|
||||
JsonDocument doc;
|
||||
|
||||
// Deserialize the JSON document
|
||||
|
||||
Reference in New Issue
Block a user