mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
mqtt_store.py: update channel on seen nodeinfo
This commit is contained in:
@@ -115,6 +115,7 @@ async def process_envelope(topic, env):
|
||||
node.short_name = user.short_name
|
||||
node.hw_model = hw_model
|
||||
node.role = role
|
||||
node.channel = env.channel_id
|
||||
node.last_update =datetime.datetime.now()
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user