Files
Micropython-IOT/settings.json
2020-08-25 20:25:20 +03:00

14 lines
386 B
JSON

{"password": "blueground856",
"AP-password": "OpenSesame2020",
"DNS": "8.8.8.8", "IP":
"192.168.1.234",
"AP-ssid": "Georges Garage Door Prototype",
"NetMask": "255.255.255.0",
"buttons": {
"2": {"pin": 3, "delay": 2},
"1": {"pin": 2, "delay": 2},
"3": {"pin": 4, "delay": 2},
},
"ssid": "BLUEGROUND 856",
"Gateway": "192.168.1.1"
}