Releases: MobiFlight/MobiFlight-FirmwareSource
Releases · MobiFlight/MobiFlight-FirmwareSource
2.3.0 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
- 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
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
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
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
What's Changed
- Unescape special characters for LCD Display by @DocMoebiuz in #179
Full Changelog: 2.1.2...2.1.3
2.1.2 Beta Firmware
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
What's Changed
Full Changelog: 2.1.0...2.1.1
2.1.0 Release
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
- @DocMoebiuz made their first contribution in #164
Full Changelog: 2.0.1...2.1.0
2.0.1 BETA 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
All firmware refactoring and Uno and ProMicro now stable.