mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 03:04:13 +01:00
Update blemesh.md
This commit is contained in:
@@ -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)
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user