1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

4.4 work and minor bug fixes for afterburner

This commit is contained in:
skyfpv 2023-05-29 14:45:47 -06:00
parent 5b42e11157
commit 1ed1db4acc
9 changed files with 439 additions and 22 deletions

View file

@ -108,5 +108,6 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"VTX_MSP",
"GPS_DOP",
"FAILSAFE",
"DSHOT_TELEMETRY_COUNTS"
"DSHOT_TELEMETRY_COUNTS",
"RPM_LIMITER"
};