All radios
- Radio freeze fixed when reading huge log files
- Temperature sensors allow high temperatures again
- RB-35S vario sensor was not allowing negative values
- Scroll with keys implemented in the help dialogs
- Markdown display issue when using lists
- Source widget text size more dynamic
- Radio battery alarm is now repeated, even if the Warning Dialog is opened
- Altitude sensors will have the "Auto-offset" option enabled by default
- Logic switch wrong increment value when working with Temperature sensors in Fahrenheit
- No icon in Time fields (no keyboard associated)
- Wrong time information (milliseconds part) in log files
- Overflow in GPS calculations
- Only change the value in a SourceField when the dialog is closed
- [simulators] Text can be entered using the computer keyboard
- [elrs] ModelID not sent on due time
- [lua]
FONT_STD_BOLD
andFONT_STD_ITALIC
constants defined for more consistency - [lua]
sensor:discover()
added - [lua]
source::value()
now returns an integer if the sensor value has no decimals - [lua]
source:reset()
fixed - [lua] Constant
UNDEFINED_VALUE
added - [lua] Event
TOUCH_MOVE
added - [lua] Parameter
closeWhenClickOutside
added to theform.openDialog()
function - [lua]
source:value()
was not working with Flight modes - [lua]
form.addExpansionPanel
from Source caused emergency mode - [lua] Bad rounding in
lcd.drawFilledTriangle()
- [lua] Flickering in
lcd.drawLine()
- [lua]
form.addRadioHardware()
,form.addSwitch()
,form.addTrim()
,form.addPot()
,form.addStick()
added to draw the hardware screen in scripts - [lua] Less debug lines on bitmaps creation / destruction
- [lua] Directories starting with a dot (hidden linux directories) won't be read when loading the lua scripts
X20-HD / X20S-HD
- HDMI frequency fixed (60FPS instead of 58FPS before)