From d9ed006b4cb66abf8d5ffd0a49d6cf187688a569 Mon Sep 17 00:00:00 2001 From: l5y <220195275+l5yth@users.noreply.github.com> Date: Sat, 11 Oct 2025 20:31:12 +0200 Subject: [PATCH] Clarify BLE connection phrasing (#283) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dad9dc..d420627 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ node records and parsing new incoming messages. Enable debug output with `DEBUG= specify the serial port with `MESH_SERIAL` (default `/dev/ttyACM0`) or set it to an IP address (for example `192.168.1.20:4403`) to use the Meshtastic TCP interface. `MESH_SERIAL` also accepts Bluetooth device addresses (e.g., `ED:4D:9E:95:CF:60`) -and attempts an BLE connection if available. +and the script attempts a BLE connection if available. ## Demos