Open
Description
Currently the CheckPicoW() is guarded with #ifdef PICO_RP2040
- else true
. This will incorrectly return true
on a Pico 2 (non-W).
It would be great if this runtime check could be made to work with each of the Pico/Pico-W/Pico2/Pico2-W versions.
I appreciate all the time and effort you put into maintaining this project, Thanks!