Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49eb642

Browse files
committedApr 7, 2022
BT_SEL is not available for all boards (Nicla Vision)
1 parent fbd838c commit 49eb642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Additional flags are needed for [Lite](generate_rel.sh#L24), [Lite Connected](ge
122122
- MCUboot idle: The board green LED will fade-in fade-out
123123

124124
2. Serial
125-
- MCUboot debug prints are disabled by default. They can be enabled putting `BT_SEL` (`PI8`) pin `HIGH` or calling `MCUboot::bootDebug(1);` in your Sketch.
125+
- MCUboot debug prints are disabled by default. They can be enabled putting `BT_SEL` (`PI8`) pin `HIGH` if available or calling `MCUboot::bootDebug(1);` in your Sketch.
126126

127127
## :mag_right: Other resources
128128

0 commit comments

Comments
 (0)
Please sign in to comment.