mirror of
https://github.com/meshtastic/python.git
synced 2026-01-02 04:47:54 -05:00
OS-X was rebooting devices on connect, force RTS false
(RTS is connected to ESP32 reset). Thanks to @mc-hamster for this fix!
This commit is contained in:
2
setup.py
2
setup.py
@@ -10,7 +10,7 @@ with open("README.md", "r") as fh:
|
||||
# This call to setup() does all the work
|
||||
setup(
|
||||
name="meshtastic",
|
||||
version="1.0.3",
|
||||
version="1.0.4",
|
||||
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