changed wifi config filename to wifi.json

This commit is contained in:
fryakatkop
2017-10-24 20:41:30 +02:00
parent b8aef19542
commit ea2fea28e8
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
{
"apMode": 0,
"SSID": "",
"Password": ""
}

5
data/wifi.json Normal file
View File

@@ -0,0 +1,5 @@
{
"apMode": 0,
"SSID": "eatmypantsEG",
"Password": "A1b2C3d4E5f6"
}