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

better idle defaults and don't set idle_throttle if not enabled

This commit is contained in:
Thorsten Laux 2019-07-28 10:41:03 +02:00
parent e39d5e7000
commit bca9f8a587
4 changed files with 13 additions and 3 deletions

View file

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