mirror of
https://github.com/meshtastic/python.git
synced 2026-04-20 23:11:45 -04:00
Update protos and remove old max_channels check
This commit is contained in:
@@ -704,13 +704,6 @@ class MeshInterface:
|
||||
"For more information see https://tinyurl.com/5bjsxu32"
|
||||
)
|
||||
|
||||
# check for firmware too old
|
||||
if self.myInfo.max_channels == 0:
|
||||
failmsg = (
|
||||
"This version of meshtastic-python requires device firmware version 1.2 or later. "
|
||||
"For more information see https://tinyurl.com/5bjsxu32"
|
||||
)
|
||||
|
||||
if failmsg:
|
||||
self.failure = Exception(failmsg)
|
||||
self.isConnected.set() # let waitConnected return this exception
|
||||
|
||||
Reference in New Issue
Block a user