We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6107e88 commit ec1c4d4Copy full SHA for ec1c4d4
tests/bsim/bluetooth/ll/multiple_id/prj.conf
@@ -65,3 +65,9 @@ CONFIG_BT_CTLR_SLOT_RESERVATION_UPDATE=n
65
# when using the same identity address for testing.
66
CONFIG_BT_ID_UNPAIR_MATCHING_BONDS=y
67
CONFIG_BT_SMP_ALLOW_UNAUTH_OVERWRITE=y
68
+
69
+# Disable the boot banner and printk to avoid flooding the console with logs.
70
+# Enable them back if needed, for example, when test fails and you want to see
71
+# the logs.
72
+CONFIG_BOOT_BANNER=n
73
+CONFIG_PRINTK=n
0 commit comments