diff --git a/modules/system.py b/modules/system.py index 03946ea..b3dafda 100644 --- a/modules/system.py +++ b/modules/system.py @@ -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: update meshtastic API 2.7.4 +") + logger.warning(f"System: API version error update API `pip install --upgrade meshtastic`") ch_hash_table_raw = [] channel_dict = {}