mirror of
https://github.com/meshtastic/python.git
synced 2025-12-30 19:37:52 -05:00
This commit is contained in:
@@ -155,6 +155,7 @@ def onConnected(interface):
|
||||
print("Setting device time/position")
|
||||
# can include lat/long/alt etc: latitude = 37.5, longitude = -122.1
|
||||
interface.sendPosition(lat, lon, alt, time)
|
||||
interface.writeConfig()
|
||||
|
||||
if args.setowner:
|
||||
closeNow = True
|
||||
|
||||
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.1.20",
|
||||
version="1.1.21",
|
||||
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