You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)