Roman Lut

Results 104 comments of Roman Lut

Jumpter T-Lite (bw screen) does not have /RADIO folder. /MODELS folder is empty. I think all settings are kept in eeprom. One can "backup" models to create .bin files in...

https://github.com/iNavFlight/inav/pull/9365

Should be fixed in release 1.3 https://github.com/RomanLut/android-taranis-smartport-telemetry/releases/tag/hx1.3

@DzikuVx Can this be included in 7.1? Actually it should have been implemented with Mavlink 2 introduction into inav.

Highliy likely is fixed in release 1.3 https://github.com/RomanLut/android-taranis-smartport-telemetry/releases/tag/hx1.3

Blinking attribute handling can be removed from displayport_msp_osd.c completely. Displayport_msp_osd does not support blinking attibute: https://github.com/iNavFlight/inav/blob/1dc91058761816cc2427495e48f373393e62cf32/src/main/io/displayport_msp_osd.c#L376 Software blinking is used, blinking attibute is not applied to characters in display.c: https://github.com/iNavFlight/inav/blob/1dc91058761816cc2427495e48f373393e62cf32/src/main/drivers/display.c#L49...

Should be optional then, displayport_msp_use_device_blink is OFF by default in betaflight, I guess for a reason.

> @RomanLut if you could resolve conflight, I'd like to merge it @DzikuVx Resolved.

Closing due to newer PR https://github.com/CrazyDude1994/android-taranis-smartport-telemetry/pull/154

1) Fixed conflicts with current master branch 2) Removed "GPS Off" box 3) Implemented "Disable GPS Sensor Fix" logic condition https://github.com/iNavFlight/inav-configurator/pull/1669