Skip to content

Commit 46d1d04

Browse files
committed
fix: loading wrong system config
1 parent 93ffe19 commit 46d1d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ void setup() {
177177
keyConfigJSON = loadJSONFileAsString("keyconfig");
178178

179179
StaticJsonDocument<256> doc;
180-
String configJSON = loadJSONFileAsString("config");
180+
String configJSON = loadJSONFileAsString("system");
181181
deserializeJson(doc, configJSON);
182182
String address = doc["currentActiveDeviceAddress"];
183183
currentActiveDeviceAddress = address;

0 commit comments

Comments
 (0)