Skip to content

Commit 58a9819

Browse files
committed
sensor: add note about passkey secrecy
1 parent c60c696 commit 58a9819

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sensor/firmware/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ CONFIG_BT_LONG_WQ=y
3535
# (and being able to fix problems remotely) than security.
3636
# [0] https://insinuator.net/2021/10/change-your-ble-passkey-like-you-change-your-underwear/
3737
CONFIG_BT_FIXED_PASSKEY=y
38+
# Given that the fixed passkey provides minimal security, there is no harm in
39+
# disclosing it in the public repo. It is just intended to keep out curious
40+
# passersby.
3841
CONFIG_BT_DEFAULT_PASSKEY=207943
3942
CONFIG_BT_SETTINGS=y
4043

0 commit comments

Comments
 (0)