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

rpm telemetry based notch filter

This commit is contained in:
Thorsten Laux 2019-01-03 14:56:17 +01:00
parent 00e0248988
commit 8d4ed72e13
14 changed files with 300 additions and 11 deletions

View file

@ -79,4 +79,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"DYN_LPF",
"RX_SPEKTRUM_SPI",
"DSHOT_TELEMETRY",
"RPM_FILTER",
};