mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-08 09:53:02 +02:00
Update system.py
This commit is contained in:
+1
-1
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user