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:
geeksville
2020-09-12 12:30:19 -07:00
parent 33b31d0fb2
commit e485af752b
3 changed files with 4 additions and 1 deletions

View File

@@ -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",