chirpy make my lunch

This commit is contained in:
SpudGunMan
2025-10-14 12:24:29 -07:00
parent d8423584d4
commit 0f2061af55
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -308,6 +308,7 @@ voxLanguage = en-us
voxInputDevice = default
voxOnTrapList = True
voxTrapList = chirpy
voxEnableCmd = True
[fileMon]
+1
View File
@@ -377,6 +377,7 @@ try:
voxInputDevice = config['radioMon'].get('voxInputDevice', 'default') # default default
voxOnTrapList = config['radioMon'].getboolean('voxOnTrapList', False) # default False
voxTrapList = config['radioMon'].get('voxTrapList', 'chirpy').split(',') # default chirpy
voxEnableCmd = config['radioMon'].getboolean('voxEnableCmd', True) # default True
# file monitor
file_monitor_enabled = config['fileMon'].getboolean('filemon_enabled', False)