mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-15 18:38:20 +01:00
changed wifi config filename to wifi.json
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"apMode": 0,
|
|
||||||
"SSID": "",
|
|
||||||
"Password": ""
|
|
||||||
}
|
|
||||||
5
data/wifi.json
Normal file
5
data/wifi.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"apMode": 0,
|
||||||
|
"SSID": "eatmypantsEG",
|
||||||
|
"Password": "A1b2C3d4E5f6"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user