1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

new gps rescue pid controller based on vertical velocity [ci skip]

This commit is contained in:
Nicola De Pasquale 2019-04-15 00:17:20 +02:00
parent 6a78550175
commit bb5f59a94d
5 changed files with 97 additions and 24 deletions

View file

@ -91,4 +91,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"CRSF_LINK_STATISTICS_PWR",
"CRSF_LINK_STATISTICS_DOWN",
"BARO",
"GPS_RESCUE_THROTTLE_PID",
};