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

Gps Rescue: Fix "velocityD" filtering (#12042)

* GPS Rescue: Refactor parameter group

* GPS Rescue: Fix "velocityD" filtering
This commit is contained in:
Jan Post 2022-12-10 13:41:35 +01:00 committed by GitHub
parent 7bd81bf639
commit cb41b55c40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 210 additions and 111 deletions

View file

@ -43,6 +43,7 @@ extern "C" {
#include "io/gps.h"
#include "io/vtx.h"
#include "pg/gps_rescue.h"
#include "pg/motor.h"
#include "pg/pg.h"
#include "pg/pg_ids.h"