We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3698f2e commit 130c82aCopy full SHA for 130c82a
1 file changed
meshtastic/__main__.py
@@ -779,6 +779,7 @@ def setSimpleConfig(modem_preset):
779
except Exception as ex:
780
print(f"Aborting due to: {ex}")
781
interface.close() # close the connection now, so that our app exits
782
+ sys.exit(1)
783
784
785
def printConfig(config):
0 commit comments