Fix: need to skip BOM also when migrating config

This commit is contained in:
Bernhard Kirchen 2024-11-29 21:30:36 +01:00 committed by Thomas Basler
parent 37b173071e
commit b2dcac549c

View File

@ -353,6 +353,8 @@ void ConfigurationClass::migrate()
return; return;
} }
Utils::skipBom(f);
JsonDocument doc; JsonDocument doc;
// Deserialize the JSON document // Deserialize the JSON document