Update blemesh.md

This commit is contained in:
gijsio
2021-09-03 14:57:54 +02:00
committed by peter-pycom
parent 808c8c6b30
commit 16eed9c9c4

View File

@@ -8,7 +8,7 @@ aliases:
Pymesh BLE module enables many-to-many device connections, based on the Bluetooth module.
For the API, please check the section [Pymesh BLE API](/firmwareapi/pycom/network/bluetooth/ble_mesh/).
For the API, please check the section [Pymesh BLE API](/firmwareapi/pycom/network/bluetooth/btmesh/).
## Generic OnOff Example
Generic OnOff model is one of the simplest model in BLE Mesh.
@@ -250,4 +250,4 @@ BLE_Mesh.init("Pycom Sensor Client", callback=prov_callback)
# Turn on Provisioning Advertisement
BLE_Mesh.set_node_prov(BLE_Mesh.PROV_ADV|BLE_Mesh.PROV_GATT)
```
```