mirror of
https://github.com/meshtastic/python.git
synced 2026-04-18 05:53:12 -04:00
added smoke tests on one device
This commit is contained in:
@@ -259,6 +259,9 @@ class Node:
|
||||
channelSet = apponly_pb2.ChannelSet()
|
||||
channelSet.ParseFromString(decodedURL)
|
||||
|
||||
if len(channelSet.settings) == 0:
|
||||
raise Exception("There were no settings.")
|
||||
|
||||
i = 0
|
||||
for chs in channelSet.settings:
|
||||
ch = channel_pb2.Channel()
|
||||
|
||||
Reference in New Issue
Block a user