mirror of
https://github.com/meshtastic/python.git
synced 2026-01-14 10:47:59 -05:00
Remove min app version check
This commit is contained in:
@@ -697,12 +697,6 @@ class MeshInterface:
|
||||
logging.debug(f"Received myinfo: {stripnl(fromRadio.my_info)}")
|
||||
|
||||
failmsg = None
|
||||
# Check for app too old
|
||||
if self.myInfo.min_app_version > OUR_APP_VERSION:
|
||||
failmsg = (
|
||||
"This device needs a newer python client, run 'pip install --upgrade meshtastic'."
|
||||
"For more information see https://tinyurl.com/5bjsxu32"
|
||||
)
|
||||
|
||||
if failmsg:
|
||||
self.failure = Exception(failmsg)
|
||||
|
||||
Reference in New Issue
Block a user