Skip to content

ExpressLRS Backpack V1.1.0

Compare
Choose a tag to compare
@wvarty wvarty released this 23 May 09:15
7101075

Backpack Documentation

Demo video: https://youtu.be/hu_Xt1rrgfo

Enhancements

  • Passthrough flashing of backpack for S.PORT modules #66

Bug fixes

  • Fix broken Namimno STM32 backpack firmware upload #64
  • Re-enable SPI Mode on boot for Rapidfire #65
  • Fix dependency issue that was causing builds to fail #67
  • Fix failing builds caused by a breaking change in PlatformIO (src_filter to build_src_filter) #69

A note on versioning

The versioning scheme chosen by the ExpressLRS devs is based on the semantic versioning scheme.
Where a version is defined as “major.minor.patch”
major = major new feature and/or incompatible changes
minor = minor features or enhancements and/or new targets
patch = bug-fixes