Currently the [CheckPicoW()](https://github.com/earlephilhower/arduino-pico/blob/master/cores/rp2040/cyw43_wrappers.cpp#L116C13-L116C23) 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!