[All]
- RAM Backup max size changed from 4K to 32K
- Performance improved
- Asterisk icon in the top bar to show Lua / Radio errors
- EM loads the model from SD if it cannot be loaded from RAM
- Allow the user to test the Emergency Mode
- Logic Switches may request a Confirmation (ON / OFF) in addition to the Delay (ON / OFF)
- Support added for the new AES and high precision current sensors
- Swap channels function added to Model / Outputs
- [MarkDown] Badly displayed multi-line indentation
- Changing Free Mix Action doesn't reset the Active condition anymore
- [ELRS] GPS Speed wrong by factor 10
- Colors inverted on Light Mode
- When selecting "Always on" as "Display / Wake up" option, the Sleep option is now greyed out
- [Logs] UTF-8 encoding used in headers
- UI bugfixes in the Model / Telemetry screen
- TextViewer fixes (blank lines, scrolling)
- Scrollbar in the FreeMix actions was missing
- Clones of models with long names could disappear
- Reset / Flight data can be global
- Presentation improved in the Curves screen
- Presentation improved in the Mixes screen
- [Multimodule] Bad display of the "11ms" option
- Callouts (RSSI low / etc.) correctly played for External modules
- Throttle cut fix when trigger is 100%
- RSSI Low event stayed on only once and for short time only
- [lua]
OPTION_CHANNEL_OUTPUT
added to get the channel output value, rather than the mixer output value - [lua] More type allowed in
form.addFileField(...)
to filter files - [lua]
timer:stringValue()
andsource:stringValue()
improved for Timers - [lua]
model.path()
available in widget create() - [lua]
openDialog(...)
bugfix (when text was longer than 256 chars) - [lua]
openDialog(...)
now allows LEFT aligned text - [lua]
form.addLine(...)
separator is now optional - [lua]
system.playFile(...)
will work with paths including a drive name