Skip to content

Commit 4e0df77

Browse files
authored
Update README.md
1 parent e022b10 commit 4e0df77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To run:
2424
```
2525
sudo ble_sensor_mqtt_pub <bluetooth adapter> <scan type> <scan window> <scan interval>
2626
27-
bluetooth adapter = integer number of bluetooth devices, run hciconfig to see your adapters
27+
bluetooth adapter = integer number of bluetooth devices, run hciconfig to see your adapters, 1st adapter is 0, so hci1 is 0
2828
scan type = 0 for passive, 1 for active advertising scan, some BLE sensors only share data on type 4 response active advertising packets
2929
scan window = integer number that is multiplied by 0.625 to set advertising scanning window in milliseconds. Try 100 to start.
3030
scan interval = integer number that is multiplied by 0.625 to set advertising scanning interval in milliseconds. Try 1000 to start.

0 commit comments

Comments
 (0)