Mark Haslinghuis
Mark Haslinghuis
Could you specify the VTX being used? This configuration is using: ``` set osd_displayport_device = MSP set displayport_msp_serial = 0 ``` as https://github.com/betaflight/betaflight/pull/11705 has not been implemented yet.
Not working on SPRacingH7Extreme. Once setting `set osd_displayport_device = MSP` the setting `vcd_video_system` is ignored as it seams only implemented in MAX7456 code.
We might need to add a case for `OSD_DISPLAYPORT_DEVICE_MSP` in firmware and check on a new flag instead of 1.
@nerdCopter please check firmware build with configurator if this solves the problem.
Please change the title like `[FR] Add stats_total_packs/cycles` for requesting addition of this new case to the code instead of replacing field tested code behavior. I do like the idea...
We should check `setConfigDirty()` in `fc/ rc_adjustments.c` What was the last version that did work? For reference stats were added here: https://github.com/betaflight/betaflight/pull/7927
Please someone check flashing other releases. Start with 4.2. If it works check 4.2.5. If it work's go up, if it doesn't go down.
Agree. But it's an expensive operation. So we just have to make sure the dirty flag is set.
In that case it would be safe to remove the condition here but you have to check it.
@hydra definite agree here as I opted the opentx style in the first place. But I guess at this has massive impact on our code base this should be explored...