We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6f761 commit 6dad179Copy full SHA for 6dad179
README.md
@@ -235,12 +235,12 @@ edge_ml.ble_manual_advertise();
235
BLE.advertise();
236
```
237
238
-#### `void set_ble_config(String name, String version)`
+#### `void set_ble_config(String name, String version, String hardware_version)`
239
240
-Sets the name of the device as well as the current version string.
+Sets the name of the device as well as the current version string and hardware_version string.
241
242
```c++
243
-edge_ml.set_ble_config("MyDevice", "1.2.3");
+edge_ml.set_ble_config("MyDevice", "1.2.3", "0.0.1");
244
245
246
#### `int get_active_count()`
0 commit comments