From 1be79f1d63a37bb187b280ae4614f6bcca4d99bc Mon Sep 17 00:00:00 2001 From: geeksville Date: Wed, 20 May 2020 17:18:00 -0700 Subject: [PATCH] add note saying BLE is not ready for prime time. --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 4e422fa..8fcf812 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -94,7 +94,7 @@ def main(): parser.add_argument("--test", help="Run stress test against all connected Meshtastic devices", action="store_true") - parser.add_argument("--ble", help="hack for testing BLE code", + parser.add_argument("--ble", help="hack for testing BLE code (BLE is not yet supported for this tool)", action="store_true") global args