Skip to content

Releases: quartiq/booster

v0.6.0

29 Aug 16:07
3afc152
Compare
Choose a tag to compare

Changed

  • Network stack is randomly seeded on startup so that random ports are used.
  • Serial terminal replaced with menu for simplicity
  • The broker can now be specified using DNS
  • Updated to RTIC v2 and async support. MSRV bumped to 1.75.0
  • All settings, including RF channel settings, are now exposed via the USB interface.
    This means that MQTT is no longer required for basic device operation. Any settings saved on
    the device will remain there, but newer settings saved via the USB interface will be stored in
    mainboard flash and will overwrite EEPROM-based settings during device boot. Reversion to older
    firmware variants will still be able to use existing EEPROM settings, but the EEPROM contents
    are no longer modified when settings are changed.
  • [python] Python client has had TelemetryReader removed, BoosterApi was renamed to Booster
    and now takes an aiomqtt-client as the constructor.

Fixed

  • Heavy network traffic no longer causes Booster to encounter watchdog resets or other spurious
    resets.

Full Changelog: v0.5.0...v0.6.0

Release v0.5.0

03 Jul 15:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

Release v0.4.0

03 May 16:04
b18fd82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

21 Feb 14:30
21af182
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

Release v0.3.0-rc.3

16 Feb 11:01
73ab7b9
Compare
Choose a tag to compare
Release v0.3.0-rc.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.0...v0.3.0-rc.3

Release v0.3.0-rc.2

16 Feb 10:28
d4595fc
Compare
Choose a tag to compare
Release v0.3.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.0...v0.3.0-rc.2

Release v0.3.0-rc.1

08 Feb 15:29
1edffea
Compare
Choose a tag to compare
Release v0.3.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0-rc.1

v0.2.0

02 Feb 16:26
eb2c887
Compare
Choose a tag to compare

Commits

v0.1.0

09 Oct 11:17
5d08a80
Compare
Choose a tag to compare

Commits

v0.0.1

09 Oct 10:53
f3a2353
Compare
Choose a tag to compare

Commits

  • [4d0dc2f]: Simplifying tagged-release action (Ryan Summers)
  • [e5b995c]: Update tagged-release.yml (Ryan Summers)
  • [6107b8c]: Update tagged-release.yml (Ryan Summers)
  • [f3a2353]: Update tagged-release.yml (Ryan Summers)