Update system.py

This commit is contained in:
SpudGunMan
2025-11-11 13:02:03 -08:00
parent d0e33f943f
commit 17d92dc78d

View File

@@ -426,7 +426,7 @@ def build_channel_cache(force_refresh: bool = False):
try:
ch_hash_table = node.get_channels_with_hash()
except Exception:
logger.warning(f"System: meshtastic API 2.7.4+ required for channel hash fetching. Attempting PSK hashing.")
logger.warning(f"System: update meshtastic API 2.7.4 +")
ch_hash_table = {}
channel_dict = {}