betaflight / betaflight-configurator

Cross platform configuration tool for the Betaflight firmware
GNU General Public License v3.0
2.54k stars 898 forks source link

Feature request: Crash recovery support in GUI #619

Closed matoy closed 1 year ago

matoy commented 7 years ago

Hi,

Would it be possible to implement BF3.2 new feature "crash recovery" to the configurator GUI?

See default related variables below: set crash_dthreshold = 50 set crash_gthreshold = 400 set crash_setpoint_threshold = 350 set crash_time = 500 set crash_delay = 0 set crash_recovery_angle = 10 set crash_recovery_rate = 100 set crash_recovery = OFF

Thank you for all your work.

mikeller commented 7 years ago

Thanks for changing the title to something more meaningful. This will go into 3.3. though, since 3.2 is already in the release candidate phase, which means that no new features will be added.

matoy commented 7 years ago

Thanks!

mosvov commented 7 years ago

I can add that settings, as I understand it should be on PID's config tab? also should we have new MSPCodes for that (MSP_CRASH_RECOVERY_CONFIG and MSP_SET_CRASH_RECOVERY_CONFIG) ?

mikeller commented 7 years ago

@mosvov: Hold off on this. 3.3 will add support for MSPv2, and as part of that there will be support for reading / writing of parameter groups. This will remove the need to add custom MSP commands for config settings.

stale[bot] commented 6 years ago

This issue / pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week.

HThuren commented 1 year ago

@haslinghuis I belive this are solved with return to home features ?

haslinghuis commented 1 year ago

Some references: