v0.2.55
What's Changed
- nosd: Fix typo in MicroBitConfig.h closing an #ifndef. by @microbit-carlos in #239
- MicroBitRadio: fix setFrequencyBand() and do not reset tx power and frequency band in enable() by @martinwork in #252
- docstrings: Add granularity info to MicroBit::sleep() & remove return. by @microbit-carlos in #248
- docstrings: Minor fix in documented define name. by @microbit-carlos in #246
- Simplify the BLE - Device Info - Model Number to only indicate V2. by @microbit-carlos in #255
- CI: Add build workflow using microbit-v2-samples. by @microbit-carlos in #256
- CI: Add workflow to calculate build size diff before & after PR/commit. by @microbit-carlos in #262
- CI: Build MicroPython on each commit. by @microbit-carlos in #276
- CI: Build MakeCode (with and without docker) on each commit. by @microbit-carlos in #274
- CI: Enable manual triggers for size diff workflow. by @microbit-carlos in #282
- CI: Restrict Python dep versions as workaround to pip install errors. by @microbit-carlos in #288
- CI: Ensure necessary repos are cloned with submodules. by @microbit-carlos in #292
- Remove target.json DEVICE_DMESG_BUFFER_SIZE value to use the defaults. by @microbit-carlos in #298
- CI MakeCode: Use the default
pxt-core
andpxt-common-packages
frompackage.json
by @microbit-carlos in #308 - Fix BLE panic 071 by @martinwork in #334
Full Changelog: v0.2.43...v0.2.55