Skip to content

Commit

Permalink
fixup! sys/stdio_nimble: move doc from README to header
Browse files Browse the repository at this point in the history
  • Loading branch information
crasbe committed Dec 17, 2024
1 parent d7dfa0f commit e619b5a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sys/include/stdio_nimble.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,11 @@
* To connect to the device, you have to find out the BLE address. For this
* example, the device name is `Riot OS device`. For the `tests/sys/shell_ble`
* test, the device name is `tests/sys/shell_ble`.
* When you get `ble-scan: command not found` you can also run
* `python -m ble_serial.scan` instead.
* When you get an `ble-scan: command not found` error you can also run
* `python -m ble_serial.scan` instead.
*

Check failure on line 98 in sys/include/stdio_nimble.h

View workflow job for this annotation

GitHub Actions / static-tests

trailing whitespace.

Check warning on line 98 in sys/include/stdio_nimble.h

View workflow job for this annotation

GitHub Actions / static-tests

trailing whitespace
* **NOTE:** Windows and Linux use MAC addresses instead of the UUIDs.
*

Check failure on line 100 in sys/include/stdio_nimble.h

View workflow job for this annotation

GitHub Actions / static-tests

trailing whitespace.

Check warning on line 100 in sys/include/stdio_nimble.h

View workflow job for this annotation

GitHub Actions / static-tests

trailing whitespace
* ```
* $ ble-scan
* Started BLE scan
Expand Down

0 comments on commit e619b5a

Please sign in to comment.