mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
Update system.py
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user