bbcmicrobit / micropython

Port of MicroPython for the BBC micro:bit
https://microbit-micropython.readthedocs.io
Other
595 stars 287 forks source link

docs: Add note about possible 250kbit/sec radio rate in V2. #744

Closed microbit-carlos closed 2 years ago

microbit-carlos commented 2 years ago

Follow up from https://github.com/bbcmicrobit/micropython/pull/731

In this case removing the RATE_250KBIT constant, that is no longer availabe in V2, and adding a note on how to configure the data_rate in the config() function.

Review deployment: https://microbit-micropython--744.org.readthedocs.build/en/744/radio.html

image
microbit-mark commented 2 years ago

LGTM thanks @microbit-carlos

microbit-carlos commented 2 years ago

Thanks Mark!