mirror of
https://github.com/meshtastic/python.git
synced 2026-01-03 13:28:02 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb067e0e1e | ||
|
|
755e68040f |
@@ -697,12 +697,6 @@ class MeshInterface:
|
|||||||
logging.debug(f"Received myinfo: {stripnl(fromRadio.my_info)}")
|
logging.debug(f"Received myinfo: {stripnl(fromRadio.my_info)}")
|
||||||
|
|
||||||
failmsg = None
|
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:
|
if failmsg:
|
||||||
self.failure = Exception(failmsg)
|
self.failure = Exception(failmsg)
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -13,7 +13,7 @@ with open("README.md", "r") as fh:
|
|||||||
# This call to setup() does all the work
|
# This call to setup() does all the work
|
||||||
setup(
|
setup(
|
||||||
name="meshtastic",
|
name="meshtastic",
|
||||||
version="2.1.12",
|
version="2.1.13",
|
||||||
description="Python API & client shell for talking to Meshtastic devices",
|
description="Python API & client shell for talking to Meshtastic devices",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user