mirror of
https://github.com/meshtastic/python.git
synced 2025-12-30 19:37:52 -05:00
1.0.14 fix #23 I busted setstr, thanks @mc-hamster for the headup
This commit is contained in:
@@ -113,7 +113,7 @@ def onConnected(interface):
|
||||
|
||||
# Handle the string arguments
|
||||
for pref in (args.setstr or []):
|
||||
interface.radioConfig.preferences, setPref(pref[0], pref[1])
|
||||
setPref(interface.radioConfig.preferences, pref[0], pref[1])
|
||||
|
||||
# Handle the channel settings
|
||||
for pref in (args.setchan or []):
|
||||
|
||||
2
setup.py
2
setup.py
@@ -12,7 +12,7 @@ with open("README.md", "r") as fh:
|
||||
# This call to setup() does all the work
|
||||
setup(
|
||||
name="meshtastic",
|
||||
version="1.0.13",
|
||||
version="1.0.14",
|
||||
description="Python API & client shell for talking to Meshtastic devices",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user