Update system.py

This commit is contained in:
SpudGunMan
2025-11-11 22:24:44 -08:00
parent 0bfe908391
commit 13b9b75f86

View File

@@ -406,7 +406,7 @@ def build_channel_cache(force_refresh: bool = False):
ch_hash_table_raw = node.get_channels_with_hash()
#print(f"System: Device{i} Channel Hash Table: {ch_hash_table_raw}")
except Exception:
logger.warning(f"System: API version error update API `pip install --upgrade meshtastic`")
logger.warning(f"System: API version error update API `pip3 install --upgrade "meshtastic[cli]"`")
ch_hash_table_raw = []
channel_dict = {}