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

Fix GPS Rescue (needs yaw smoothing but works).

This commit is contained in:
Diego Basch 2018-05-21 11:35:40 -07:00
parent 041362614b
commit c3412225f5
5 changed files with 8 additions and 4 deletions

View file

@ -68,4 +68,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"CURRENT_SENSOR",
"USB",
"SMARTAUDIO",
"RTH",
};