Skip to content

Commit 6dad179

Browse files
committed
Read me
1 parent 3c6f761 commit 6dad179

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,12 @@ edge_ml.ble_manual_advertise();
235235
BLE.advertise();
236236
```
237237

238-
#### `void set_ble_config(String name, String version)`
238+
#### `void set_ble_config(String name, String version, String hardware_version)`
239239

240-
Sets the name of the device as well as the current version string.
240+
Sets the name of the device as well as the current version string and hardware_version string.
241241

242242
```c++
243-
edge_ml.set_ble_config("MyDevice", "1.2.3");
243+
edge_ml.set_ble_config("MyDevice", "1.2.3", "0.0.1");
244244
```
245245

246246
#### `int get_active_count()`

0 commit comments

Comments
 (0)