Skip to content

Commit a36d64b

Browse files
committed
Extend README regarding logging on RP2040
1 parent bdec0c5 commit a36d64b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ To see debug messages please add build flags to your `platformio.ini` as below (
119119

120120
`build_flags = -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG`
121121

122+
- for RP2040 using [arduino-pico core](https://github.com/earlephilhower/arduino-pico)
123+
124+
`build_flags = -DDEBUG_RP2040_PORT=Serial -DDEBUG_VS1053=true`
125+
122126
The Serial Interface needs to be initialized in the `setup()`.
123127

124128
```c++

0 commit comments

Comments
 (0)