From ea2fea28e8f7cd44b15d70f14c2098aa9468f8d4 Mon Sep 17 00:00:00 2001 From: fryakatkop Date: Tue, 24 Oct 2017 20:41:30 +0200 Subject: [PATCH] changed wifi config filename to wifi.json --- config/{config.json => wifi.json} | 0 data/config.json | 5 ----- data/wifi.json | 5 +++++ 3 files changed, 5 insertions(+), 5 deletions(-) rename config/{config.json => wifi.json} (100%) delete mode 100644 data/config.json create mode 100644 data/wifi.json 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