Skip to content

Commit

Permalink
improves doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chrvadala committed Feb 19, 2024
1 parent 6b1d20b commit 5a43d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ble-test-device/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down

0 comments on commit 5a43d48

Please sign in to comment.