diff --git a/config/config.json b/config/wifi.json similarity index 100% rename from config/config.json rename to config/wifi.json diff --git a/data/config.json b/data/config.json deleted file mode 100644 index ad497e0..0000000 --- a/data/config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "apMode": 0, - "SSID": "", - "Password": "" -} \ No newline at end of file diff --git a/data/wifi.json b/data/wifi.json new file mode 100644 index 0000000..33af616 --- /dev/null +++ b/data/wifi.json @@ -0,0 +1,5 @@ +{ + "apMode": 0, + "SSID": "eatmypantsEG", + "Password": "A1b2C3d4E5f6" +} \ No newline at end of file