Skip to content

Commit ce3237a

Browse files
committed
Extend README regarding logging on RP2040
1 parent 32eb1f1 commit ce3237a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

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

103103
`build_flags = -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG`
104104

105+
- for RP2040 using [arduino-pico core](https://github.com/earlephilhower/arduino-pico)
106+
107+
`build_flags = -DDEBUG_RP2040_PORT=Serial -DDEBUG_VS1053=true`
108+
105109
The Serial Interface needs to be initialized in the `setup()`.
106110

107111
```c++

0 commit comments

Comments
 (0)