Update protos and remove old max_channels check

This commit is contained in:
Ben Meadors
2023-07-25 19:46:17 -05:00
parent 0c2ad5c77c
commit 055da95b8a
3 changed files with 3 additions and 11 deletions

View File

@@ -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