We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32eb1f1 commit ce3237aCopy full SHA for ce3237a
1 file changed
README.md
@@ -102,6 +102,10 @@ To see debug messages please add build flags to your `platformio.ini` as below (
102
103
`build_flags = -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG`
104
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
109
The Serial Interface needs to be initialized in the `setup()`.
110
111
```c++
0 commit comments