Releases: microbit-foundation/sensor-radio-bridge
Releases · microbit-foundation/sensor-radio-bridge
v0.2.1
- Fix: Stale sensor data from remote micro:bit is discarded when a START command is received
- Internal improvements to the radio comms between the bridge and remote micro:bits
- More test scripts added
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- New command: Added protocol command to store the remote micro:bit unique ID
- Automatically calculate the radio frequency to used based on the remote micro:bit unique ID
- Updated the "radio frequency" command to no longer be stored in flash
- This command still needs to be updated to correctly switch bridge and remote micro:bit radio frequencies
- All command numerical values are now unsigned
- In bridge dev mode, touching the face logo purposely causes a panic (useful for testing)
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release with basic implementation.