We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdec0c5 commit a36d64bCopy full SHA for a36d64b
README.md
@@ -119,6 +119,10 @@ To see debug messages please add build flags to your `platformio.ini` as below (
119
120
`build_flags = -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG`
121
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
126
The Serial Interface needs to be initialized in the `setup()`.
127
128
```c++
0 commit comments