From 5a43d48b0d1d4480bb915717735a7cbb7685dccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Vadal=C3=A0?= Date: Mon, 19 Feb 2024 19:22:21 +0100 Subject: [PATCH] improves doc --- ble-test-device/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ble-test-device/README.md b/ble-test-device/README.md index 4c4e0be..786ab16 100644 --- a/ble-test-device/README.md +++ b/ble-test-device/README.md @@ -15,12 +15,12 @@ python3 get-platformio.py ### 2. Build firmware and flash device ```bash cd ble-test-device/ -pio run -t upload +platformio run -t upload ``` ### 3. Read MAC Address and watch logs ```bash -pio device monitor +platformio device monitor -b 115200 ``` When everything works fine, you can see a log like that, generated by your test device. ```