Skip to content

Commit db367db

Browse files
authored
fix: increase RSSI switch value to 16 (#111)
1 parent 652f99c commit db367db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/habluetooth/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
FAILED_ADAPTER_MAC = "00:00:00:00:00:00"
5656

5757

58-
ADV_RSSI_SWITCH_THRESHOLD: Final = 10
58+
ADV_RSSI_SWITCH_THRESHOLD: Final = 16
5959
# The switch threshold for the rssi value
6060
# to switch to a different adapter for advertisements
6161
# Note that this does not affect the connection

0 commit comments

Comments
 (0)