We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60c696 commit 58a9819Copy full SHA for 58a9819
1 file changed
sensor/firmware/prj.conf
@@ -35,6 +35,9 @@ CONFIG_BT_LONG_WQ=y
35
# (and being able to fix problems remotely) than security.
36
# [0] https://insinuator.net/2021/10/change-your-ble-passkey-like-you-change-your-underwear/
37
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.
41
CONFIG_BT_DEFAULT_PASSKEY=207943
42
CONFIG_BT_SETTINGS=y
43
0 commit comments