on demand return of the file news.txt for readnews onair
This commit is contained in:
SpudGunMan
2024-12-05 11:08:11 -08:00
parent 8407512b0f
commit 24bcd5cbf9
7 changed files with 34 additions and 12 deletions
+4 -1
View File
@@ -174,8 +174,11 @@ if radio_detection_enabled:
from modules.radio import * # from the spudgunman/meshing-around repo
# File Monitor Configuration
if file_monitor_enabled:
if file_monitor_enabled or read_news_enabled:
from modules.filemon import * # from the spudgunman/meshing-around repo
if read_news_enabled:
trap_list = trap_list + trap_list_filemon # items readnews
help_message = help_message + ", readmail"
# BLE dual interface prevention
if interface1_type == 'ble' and interface2_type == 'ble':