-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.py
29 lines (29 loc) · 970 Bytes
/
config.py
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
fullDebug = False
power = 23 # min 5dBm max 23dBm
hasPa = True # has a power amplifier (adds 6dBm)
callsign = "--CALL--"
# symbol = '/b' # bike
# symbol = '/>' # car
# symbol = '\>' # car
symbol = "L>" # lora car
# symbol = 'Uk' # truck
# symbol = '/j' # jeep
# symbol = '/v' # truck
# symbol = '/u' # 18 wheeler
# symbol = '/U' # bus
comment = "https://RF.Guru"
rate = 15 # seconds (packet frequency when moving)
keepalive = 300 # in seconds (When no movement report every ...) when on solar/battary set this 900 (15 mins) else 300 (5 mins)
distance = 100 # minimum distance change to report
voltage = True # monitor voltage
triggerVoltage = True
triggerVoltageLevel = (
1200 # bellow will trigger an alert (APRS message to triggerVoltageCall)
)
triggerVoltageCall = "--MSGS--"
triggerVoltageKeepalive = (
3600 # an hour, this will send warning messages until voltage levels stabalize!
)
i2cEnabled = True
i2cDevices = ["BME680"]
bme680_tempOffset = 0