You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Remove radio.RATE_250KBIT as it has been dropped from V2. (bbcmicrobit#731)
The constant is still present in the micro:bit V1 MicroPython
port, but it is not in the V2 MicroPython port.
The value from the constant (`2`) can be used as an argument in
the V2 MicroPython `radio.config(data_rate=2)`, but because it is
not officially supported in the V2 nRF52833 microcontroller we
cannot guarantee it will always work, so the constant is
deprecated in V1 and removed in V2.
0 commit comments