mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
add note saying BLE is not ready for prime time.
This commit is contained in:
1 parent
8fc180ba15
commit
1be79f1d63
1 file changed
+1
-1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user