From 17d92dc78d0efd2db5df066c778549065995d11f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 11 Nov 2025 13:02:03 -0800 Subject: [PATCH] Update system.py --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index bfbc831..7e7d7ed 100644 --- a/modules/system.py +++ b/modules/system.py @@ -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 = {}