- keys beep and haptic refactoring (not anymore audio events)
- trims move/mid/min/max refactoring (trim end splitted to trim min / trim max)
- S6R new alarms
- S6R servos/rx status displayed as a text (not an integer which has no sense)
- Timer countdown configuration
- The splash was not displayed (but the timeout was there) after the first calibration
* Fix CUSTOM_COLOR, also change to way setColor work to a more natural : lcd.setColor(CUSTOM_COLOR, RED)
* Remove _INDEX from TBS main to match the recent change to setColor
* Fix lcd.drawRectangle on Horus
* Fix lcd.drawRectangle on Horus, this time not breaking other platforms
* Fix lcd.drawRectangle on Horus, this time *realy ?* not breaking other platforms
* Fix lcd.drawRectangle on Horus, default thickness to 1
* Fix lcd.drawRectangle on Horus, move to unsigned, following projectkk2glider comment
* Fix lcd.drawRectangle on Horus, spelling
* Fix lcd.drawRectangle on Horus, indent (hope I did understand your comment correctly
* Fixes#3463: negative sensor values were invalid if filter was active for the sensor
* Re #3463: enable simultaneous use of `offset` and `filter` (was: when `offset` was enabled, the `filter` was always inactive even if enabled)
* Only clear sensor.persistentValue when the sensor.persistent is disabled and not on every shutdown.
* Only show persistent option for calculated type sensors (only these actually get saved in EEPROM)
* Fixes#3432: radio option added to turn on/off ADC jitter filter (ported from master)
* Gtests fix
* Re #3432: compilation fix
* Re #3432: existing field split to accommodate the new option without the RadioData size change