Update system.py

This commit is contained in:
SpudGunMan
2024-08-27 20:41:35 -07:00
parent 473eccbdea
commit 10e2b0ee59
+5
View File
@@ -83,6 +83,11 @@ if store_forward_enabled:
# Radio Monitor Configuration
if radio_detection_enabled:
from modules.radio import * # from the spudgunman/meshing-around repo
# BLE dual interface prevention
if interface1_type == 'ble' and interface2_type == 'ble':
logger.critical(f"System: BLE Interface1 and Interface2 cannot both be BLE. Exiting")
exit()
# Interface1 Configuration
try: