CircuitPython version
Adafruit CircuitPython 9.2.0 on 2024-10-28; Pimoroni Pico Plus 2 with rp2350b
Code/REPL
>>> import microcontroller
>>> microcontroller.cpu.temperature
-1160.06
Behavior
see above
Description
This works fine on a Pico2 with a RP2350A. I don't have any other RP2350B board so I can't verify if it is board specific or due to the B-version of the chip.
Additional information
No response