* add SerialReader * fix SerialReader * add config upload script * add serial command to print ip address * update serial script to save configuration and reset after upload * fix updater * fix updater * serial config fixes * serial config fixes * fix wifi static example configuration * add readme for sendcfg.py
12 lines
286 B
JSON
12 lines
286 B
JSON
{
|
|
"dhcpena": "0",
|
|
"hostname": "nuki-static",
|
|
"mqttbroker": "192.168.8.100",
|
|
"mqttpath": "nuki-1234",
|
|
"ipaddr" : "192.168.8.25",
|
|
"ipsub" : "255.255.255.0",
|
|
"ipgtw" : "192.168.8.1",
|
|
"dnssrv" : "1.1.1.1",
|
|
"wifiSSID": "YOUR_SSID",
|
|
"wifiPass": "YOUR_WIFI_PRESHARED_KEY"
|
|
} |