mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-15 05:02:21 +01:00
read config from json on SPIFFS
This commit is contained in:
10
data/config.json
Normal file
10
data/config.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"stationMode": 1,
|
||||
"channel": 11,
|
||||
"meshPort": 5555,
|
||||
"meshSSID": "MyMesh",
|
||||
"meshPassword": "th3r31sn0sp00n",
|
||||
"stationSSID": "MyAP",
|
||||
"stationPassword": "myApPassword",
|
||||
"hostname": "mesh-node"
|
||||
}
|
||||
Reference in New Issue
Block a user