1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
{
/* wifi access point configuration */
"ap_ssid": "vodnaraketa",
"ap_pass": "",
"ap_ch": 1,
"ap_hidden": 0,
"ap_ip": "10.82.66.1",
"ap_gw": "10.82.66.1",
"ap_nm": "255.255.255.0",
"ap_dns1": "",
"ap_dns2": "",
"ap_host": "vodnaraketa",
/* wifi station (client) configuration, leave ip settings empty to use DHCP obtained */
"sta_ssid": "",
"sta_pass": "",
"sta_ip": "",
"sta_dns": "",
"sta_gw": "",
"sta_nm": "",
"sta_dns1": "",
"sta_dns2": "",
"sta_host": "vodnaraketa",
"sta_static": 0,
/* pin configuration */
"scale_dout": "D6",
"scale_sck": "D5",
/* username and password for FTP and HTTP authentication */
"ftp_user": "vodnaraketa",
"ftp_pass": "",
"http_user": "",
"http_pass": "",
/* general info */
"host": "vodnaraketa",
"json parser": "don't be angry"
}
|