-
Notifications
You must be signed in to change notification settings - Fork 11
/
settings_preset_clemens.json
75 lines (70 loc) · 1.64 KB
/
settings_preset_clemens.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"networking": {
"wlan": {
"enabled": true,
"ssid": "",
"encryption": 0,
"password": "",
"timeout": 1000,
"ifconfig": "dhcp",
"available": {},
"antenna_external": false,
"antenna_pin": "P12"
},
"accesspoint": {
"enabled": true,
"ssid": "hiverize-accespoint",
"encryption": 3,
"password": "hiverize",
"channel": 4
},
"lora": {
},
"lte": {
}
},
"telemetry": {
"beep": {
"enabled": true,
"server": "https://bee-observer.org",
"sensor_key": ""
}
},
"sensors": {
"ds1820": {
"enabled": true,
"pin": "P11",
"positions": {
"t_i_1": "",
"t_i_2": "",
"t_i_3": "",
"t_i_4": "",
"t_i_5": "",
"t_o": ""
}
},
"hx711": {
"enabled": true,
"pin_dout": "P22",
"pin_pdsck": "P21",
"calibration_factor": 1,
"tare_offset": 1000
},
"bme280": {
"enabled": true,
"pin_sda": "P9",
"pin_scl": "P10"
}
},
"general": {
"general": {
"button_ap_enabled": false,
"button_ap_pin": "",
"initial_time": 946684800,
"measurement_interval": 5,
"until_wifi_reconnect" : 12,
"oled": false,
"plt": false
}
}
}