Update mesh_bot.py

This commit is contained in:
SpudGunMan
2025-10-28 13:04:23 -07:00
parent aef62bfbc3
commit 3795ae17ea
+2 -1
View File
@@ -1636,7 +1636,8 @@ def handle_boot(mesh=True):
if my_settings.checklist_enabled:
logger.debug("System: CheckList Module Enabled")
if my_settings.inventory_enabled:
logger.debug("System: Inventory Module Enabled")
if my_settings.ignoreChannels:
logger.debug(f"System: Ignoring Channels: {my_settings.ignoreChannels}")