repeaterList

enhancment
This commit is contained in:
SpudGunMan
2024-10-06 22:24:31 -07:00
parent 62bddf8b34
commit 22d8b889fe
4 changed files with 49 additions and 1 deletions
+1
View File
@@ -130,6 +130,7 @@ try:
forecastDuration = config['location'].getint('NOAAforecastDuration', 4) # NOAA forcast days
numWxAlerts = config['location'].getint('NOAAalertCount', 2) # default 2 alerts
wxAlertsEnabled = config['location'].getboolean('NOAAalertsEnabled', True) # default True not enabled yet
repeater_lookup = config['location'].get('repeaterLookup', 'rbook') # default repeater lookup source
# bbs
bbs_enabled = config['bbs'].getboolean('enabled', False)