fix WiFi bug
This commit is contained in:
parent
1f2c0cdb6f
commit
98cbe5f66a
|
@ -6287,8 +6287,7 @@
|
||||||
"y": 400,
|
"y": 400,
|
||||||
"wires": [
|
"wires": [
|
||||||
[
|
[
|
||||||
"9d30f7b5.aac88",
|
"9d30f7b5.aac88"
|
||||||
"25c80a31.8bbb3e"
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -6306,12 +6305,8 @@
|
||||||
"x": 890,
|
"x": 890,
|
||||||
"y": 400,
|
"y": 400,
|
||||||
"wires": [
|
"wires": [
|
||||||
[
|
[],
|
||||||
"25c80a31.8bbb3e"
|
[],
|
||||||
],
|
|
||||||
[
|
|
||||||
"25c80a31.8bbb3e"
|
|
||||||
],
|
|
||||||
[]
|
[]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -6341,22 +6336,6 @@
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "25c80a31.8bbb3e",
|
|
||||||
"type": "debug",
|
|
||||||
"z": "f21ba04.c26266",
|
|
||||||
"name": "",
|
|
||||||
"active": true,
|
|
||||||
"tosidebar": true,
|
|
||||||
"console": false,
|
|
||||||
"tostatus": false,
|
|
||||||
"complete": "false",
|
|
||||||
"statusVal": "",
|
|
||||||
"statusType": "auto",
|
|
||||||
"x": 970,
|
|
||||||
"y": 580,
|
|
||||||
"wires": []
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "6d4ce391.04abf4",
|
"id": "6d4ce391.04abf4",
|
||||||
"type": "ui_text_input",
|
"type": "ui_text_input",
|
||||||
|
@ -7060,7 +7039,7 @@
|
||||||
"id": "6868b4c4.65987c",
|
"id": "6868b4c4.65987c",
|
||||||
"type": "exec",
|
"type": "exec",
|
||||||
"z": "f21ba04.c26266",
|
"z": "f21ba04.c26266",
|
||||||
"command": "sudo wpa_cli -i wlan0 reconfigure",
|
"command": "sudo /usr/bin/autohotspotN >/dev/null",
|
||||||
"addpay": false,
|
"addpay": false,
|
||||||
"append": "",
|
"append": "",
|
||||||
"useSpawn": "false",
|
"useSpawn": "false",
|
||||||
|
|
Loading…
Reference in a new issue