config parsing

This commit is contained in:
2022-12-23 02:35:55 +01:00
parent 7643585856
commit 479942a4e7
11 changed files with 438 additions and 105 deletions

View File

@ -20,7 +20,7 @@ void setup() {
Serial.begin(115200);
configInit();
configLoad();
if (productionMode) {
productionSetup();