diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 795cdfe..eed40ca 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -317,7 +317,7 @@ def common(): if args.info or args.set or args.seturl or args.setowner or args.setlat or args.setlon or \ args.settime or \ args.setch_longslow or args.setch_shortfast or args.setstr or args.setchan or args.sendtext or \ - args.tunnel or args.router != None or args.qr: + args.router != None or args.qr: args.seriallog = "none" # assume no debug output in this case else: args.seriallog = "stdout" # default to stdout diff --git a/setup.py b/setup.py index 5570988..655f35e 100644 --- a/setup.py +++ b/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.28", + version="1.1.29", description="Python API & client shell for talking to Meshtastic devices", long_description=long_description, long_description_content_type="text/markdown",