Skip to content

v6.0.1

Compare
Choose a tag to compare
@paradajz paradajz released this 28 Sep 19:09
· 754 commits to master since this release

New features

  • Added the ability to use analog components for local LED control

Improvements

  • Improved backup and restore procedure

Fixes

  • Fixed incorrect checking of touchscreen initialization state
  • Fix incorrectly generated size of flash page for emulated EEPROM on STM32 boards
  • Fixed the inability to change preset with buttons
  • Fix potential issues on AVR boards after enabling certain components

Misc

  • Refactored internal communication between modules with publish/subscribe model: dependencies between modules are reduced, testing components is now easier and adding of features in the future shouldn't require any drastic restructuring
  • The baudrate between ATmega16u2 and ATmega2560 on Arduino Mega has been switched from 38400 to 11920 to avoid missed bytes when sending larger amounts of data (interrupt procedures aren't as optimal as they could be due to generic design)
  • More tests added
  • Mentioned all used licences in README