forked from ttn-zh/gateway-remote-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
B827EBFFFEF7A842.json
27 lines (24 loc) · 1.03 KB
/
B827EBFFFEF7A842.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
{
/* Settings defined in global_conf will be overwritten by those in local_conf */
"gateway_conf": {
"gateway_ID": "B827EBFFFEF7A842",
"servers": [ {
"server_address": "router.eu.thethings.network",
"serv_port_up": 1700,
"serv_port_down": 1700,
"serv_enabled": true } ],
/* Enter VALID GPS coordinates below before enabling fake GPS */
"fake_gps": true,
"ref_latitude": 47.42942566,
"ref_longitude": 8.54080045,
"ref_altitude": 448,
"contact_email": "[email protected]",
"description": "zh-seebach",
/* For ic880A plate */
/* https://github.com/ch2i/iC880A-Raspberry-PI */
"led_heartbeat": 4, /* GPIO4 Blue */
"led_down": 18, /* GPIO18 White */
"led_error": 23, /* GPIO23 Red */
"led_packet": 24 /* GPIO24 Green */
}
}