summaryrefslogtreecommitdiffstats
path: root/fiz/naloga/vodnaraketa/data/settings.json
blob: e7ecd1341bcaa061f6e7d742db5f78431b2a2a4c (plain) (blame)
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
41
42
{
	/* 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.2",
	"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": "Xiaomi_5F6D",
	"sta_pass": "kitajska",
	"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",
	"scale_cal": 440000,
	"scale_tar": -51100,

	/* 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"
}