Skip to content

Releases: MobiFlight/MobiFlight-FirmwareSource

2.3.0 Release

02 Nov 10:32
dbf212b
Compare
Choose a tag to compare

What's Changed

  • Add firmware debug printouts to log in the UI by @elral in #189
  • Optimization of MFEEPROM class by @elral in #187
  • Add missing retrigger for input multiplexer at startup by @GioCC in #198
  • Improve getting correct device infos for connector from Mega by @elral in #201
  • Add missing retrigger for analog inputs at startup by @GioCC in #199
  • Remove link to Open in VSCode by @neilenns in #196
  • Use same retrigger logic for Multiplexer and InputShifter by @GioCC in #203
  • Increase number of multiplexer devices (CORRECTED PR) by @GioCC in #209
  • Removed "Lazy" mode from Multiplexer code (#204) by @GioCC in #210
  • Fix faulty initialization of analog value at startup by @GioCC in #212

Full Changelog: 2.2.0...2.3.0

2.2.2 Beta

08 Oct 12:24
2ad0aca
Compare
Choose a tag to compare
2.2.2 Beta Pre-release
Pre-release

What's Changed

  • Add missing retrigger for input multiplexer at startup by @GioCC in #198
  • Improve getting correct device infos for connector from Mega by @elral in #201
  • Add missing retrigger for analog inputs at startup by @GioCC in #199
  • Remove link to Open in VSCode by @neilenns in #196
  • Use same retrigger logic for Multiplexer and InputShifter by @GioCC in #203

Full Changelog: 2.2.1...2.2.2

2.2.1 Firmware

05 Aug 19:20
5d1e90c
Compare
Choose a tag to compare
2.2.1 Firmware Pre-release
Pre-release

What's Changed

  • Add firmware debug printouts to log in the UI by @elral in #189
  • Optimization of MFEEPROM class by @elral in #187

Full Changelog: 2.2.0...2.2.1

2.2.0 Firmware

26 May 08:14
7b8d959
Compare
Choose a tag to compare

What's Changed

  • Device Buffer get's not cleared if a config is uploaded by @elral in #182
  • Increase number of encoders for Uno and ProMicro by @elral in #183
  • platformio.ini uses deprecated src_filter by @elral in #185
  • Unescape special characters for LCD Display by @DocMoebiuz in #179
  • Code reformatting and reorganization by @GioCC in #167
  • Modifications for Digital Input Multiplexers by @DocMoebiuz in #169
  • Config gets not "resetted" if InputShifter is deactivated by @elral in #171
  • Improvement of pointer handling in EEPROM functions for config parsing by @GioCC in #173
  • Revert "Improvement of pointer handling in EEPROM functions for config parsing" by @DocMoebiuz in #176
  • fixed the missing restore of the name by @MobiFlight-Admin in #177

Full Changelog: 2.1.1...2.2.0

2.1.3 Beta Firmware

07 May 12:24
824f89d
Compare
Choose a tag to compare
2.1.3 Beta Firmware Pre-release
Pre-release

What's Changed

Full Changelog: 2.1.2...2.1.3

2.1.2 Beta Firmware

01 May 18:32
8960b3f
Compare
Choose a tag to compare
2.1.2 Beta Firmware Pre-release
Pre-release

What's Changed

  • Code reformatting and reorganization by @GioCC in #167
  • Modifications for Digital Input Multiplexers by @DocMoebiuz in #169
  • Config gets not "resetted" if InputShifter is deactivated by @elral in #171
  • Improvement of pointer handling in EEPROM functions for config parsing by @GioCC in #173
  • Revert "Improvement of pointer handling in EEPROM functions for config parsing" by @DocMoebiuz in #176
  • fixed the missing restore of the name by @MobiFlight-Admin in #177

Full Changelog: 2.1.1...2.1.2

2.1.1 Hotfix Release

09 Mar 17:02
134ce39
Compare
Choose a tag to compare

What's Changed

  • Demo message can prevent programming of older Megas by @neilenns in #166

Full Changelog: 2.1.0...2.1.1

2.1.0 Release

01 Mar 20:12
af4d771
Compare
Choose a tag to compare

What's Changed

  • Add missing #if for analog and servo by @neilenns in #133
  • Output Shifter upgrade (naming and data structure) by @GioCC in #139
  • All boards can crash after upload w/ 4 7Segment by @elral in #141
  • Make generateSerial() use a define for randomSeed() by @neilenns in #143
  • Move common platform.ini pieces to a shared environment block by @neilenns in #145
  • Issue #151 - Brightness=0 completely switches display off by @GioCC in #150
  • Elral/issue127 by @elral in #147
  • Fix off by one error in output shifter indexing by @neilenns in #157
  • avoid crash if string is longer then columns, Fixes #158 by @elral in #160
  • Elral/issue148 by @elral in #152
  • Increase device limits on the Uno by @neilenns in #162
  • use default message for lcd display by @DocMoebiuz in #164

New Contributors

Full Changelog: 2.0.1...2.1.0

2.0.1 BETA Release

16 Jan 16:28
f2f24a3
Compare
Choose a tag to compare
2.0.1 BETA Release Pre-release
Pre-release

What's Changed

  • Use progmem for two fixed strings by @neilenns in #129
  • Clean up version number before build by @neilenns in #126
  • Optimization of unused code in command parsing [resubmitted] by @GioCC in #122
  • Add support for input shift registers (e.g. 74HC165) by @neilenns in #77
  • Add missing #if for input shifters by @neilenns in #132

Full Changelog: v2.0.0...2.0.1

v2.0.0

24 Dec 14:55
Compare
Choose a tag to compare

All firmware refactoring and Uno and ProMicro now stable.