Skip to content

Commit

Permalink
fix: increase RSSI switch value to 16 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jan 20, 2025
1 parent 652f99c commit db367db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/habluetooth/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
FAILED_ADAPTER_MAC = "00:00:00:00:00:00"


ADV_RSSI_SWITCH_THRESHOLD: Final = 10
ADV_RSSI_SWITCH_THRESHOLD: Final = 16
# The switch threshold for the rssi value
# to switch to a different adapter for advertisements
# Note that this does not affect the connection
Expand Down

0 comments on commit db367db

Please sign in to comment.