Skip to content

Version 0.0.2

Compare
Choose a tag to compare
@Gadgetoid Gadgetoid released this 30 Mar 11:43
· 74 commits to main since this release
52baf7f

Quirk Quashing Quest

This release includes fixes to the examples for a more stable Badger OS experience, plus some extra features - like the ability to set or correct the clock if you need to. Many examples have been slightly simplified to make them behave less weirdly and a bug where Badger 2040 would remain powered on while a button was held- even though it should be off- has been fixed.

Badger 2040 W also now waits 60s when connecting to wireless networks before calling it quits. My home WiFi is... quite terrible... and needed this change, perhaps yours is too!

Under the hood there's been a gravitational shift in how MicroPython assigns its own memory, giving a little more RAM back to the user. This required quite a few tweaks to make our code still work and hopefully - despite a spectacular false start and a very broken Pimoroni Pico release - it should be smooth sailing from now.

What's Changed

Full Changelog: v0.0.1...v0.0.2

MicroPython Changes: micropython/micropython@f80d040...38e7b84

New Contributors