update docs

This commit is contained in:
Stephan Mühl
2023-04-01 21:42:08 +02:00
parent 641572671f
commit a4f14a58c1
6 changed files with 23 additions and 81 deletions

View File

@@ -51,6 +51,11 @@ void loadDevSettings()
BOOT_SOUND = doc["bootsound"].as<String>();
}
if (doc.containsKey("bootsound"))
{
UPPERCASE_LETTERS = doc["uppercase"].as<bool>();
}
file.close();
}