Skip to content

Commit 69bd022

Browse files
committed
docs fixes
1 parent 46c297c commit 69bd022

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Diff for: docs/lessons/charting.md

+4
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ radio.sendNumber(0)
3434
* learn how to register code to run when a packet is received over radio
3535
* learn how to broadcast a number data packet to other @boardname@s connected via radio
3636
* learn how to read the next radio packet as a number data packet
37+
38+
```package
39+
radio
40+
```

Diff for: docs/reference/bluetooth.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ bluetooth.advertiseUrl("https://pxt.microbit.org/", 7, true);
4040
bluetooth.stopAdvertising();
4141
```
4242

43-
```package
44-
bluetooth
45-
```
46-
4743
### Advanced
4844

4945
For more advanced information on the @boardname@ Bluetooth UART service including information on using a smartphone, see the [Lancaster University @boardname@ runtime technical documentation](http://lancaster-university.github.io/microbit-docs/ble/uart-service/)
@@ -60,3 +56,7 @@ For more advanced information on the @boardname@ Bluetooth UART service includin
6056
[onBluetoothDisconnected](/reference/bluetooth/on-bluetooth-disconnected),
6157
[advertiseUrl](/reference/bluetooth/advertise-url),
6258
[stopAdvertising](/reference/bluetooth/stop-advertising)
59+
60+
```package
61+
bluetooth
62+
```

0 commit comments

Comments
 (0)