Skip to content

Nightly 2020-1-24

Pre-release
Pre-release
Compare
Choose a tag to compare
@steveatinfincia steveatinfincia released this 25 Jan 04:01
39fa929
  • For Android download the apk file
  • For Mac download the dmg file
  • For Windows download the exe file

Known issues in nighty-2020-1-24

  • Video still has jitter in this release, don't fly with it
    • A new video decoder/renderer has already been written to replace the current one, it will be integrated soon (#57)
  • App can be started more than once on Windows/Linux (#61)
    • This is unintentional and will be fixed soon
  • Autohide for PiP may not be working correctly everywhere yet (#59)

Changes in nightly-2020-1-24

  • Fix best downlink signal value
    • The older code was not properly detecting which of multiple connected wifi cards on the ground station had a better signal
  • Add telemetry charts in status panel
    • Initially these are just a rolling window of the past ~one minute
    • They will have accurate time information and longer data retention soon
  • Show N/A for uplink/RC RSSI if RC not in use
  • Show N/A for downlink RSSI if no signal has been detected
  • Track last Open.HD telemetry timestamp properly
    • Matches the current mavlink heartbeat timestamp behavior, they should both be accurate now
  • Display skipped packet / inject fail in bitrate widget detail panel
  • Display wifi adapters in downlink widget detail panel
  • Settings:
    • Add ChannelIPCamera mapping for RC tab
  • Add preset system for configuring groups of settings together
    • Initially has 3 presets for configuring the 2nd camera
    • Note that SmartSync is not automatic yet despite the note in the preset screen
  • Address several issues in 3rd party GStreamer code
    • Retain last rendered frame to avoid hardware decoders writing over it while still in use
    • Always force a redraw of the screen once a frame is done rendering
  • Internal changes
    • Allow widgets to set their own detail panel size