Skip to content

Commit c359361

Browse files
committed
wifi.md: remove wifi_check_interval
documentation remove wifi_check_interval example
1 parent 2d258c5 commit c359361

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/wifi.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ To configure a wifi conenction a config.json example looks like:
55
{
66
"ssid": "AAAA-BBB",
77
"password": "abcdefghijklmn",
8-
"country_code": "GB",
9-
"wifi_check_interval": 600
8+
"country_code": "GB"
109
}
1110
```
1211

0 commit comments

Comments
 (0)