|
|
|
@ -462,6 +462,10 @@ static int16_t airspeed_nudge_cm;
@@ -462,6 +462,10 @@ static int16_t airspeed_nudge_cm;
|
|
|
|
|
// 0-(throttle_max - throttle_cruise) : throttle nudge in Auto mode using top 1/2 of throttle stick travel |
|
|
|
|
static int16_t throttle_nudge = 0; |
|
|
|
|
|
|
|
|
|
// receiver RSSI |
|
|
|
|
static uint8_t receiver_rssi; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////// |
|
|
|
|
// Ground speed |
|
|
|
|
//////////////////////////////////////////////////////////////////////////////// |
|
|
|
@ -880,6 +884,8 @@ static void medium_loop()
@@ -880,6 +884,8 @@ static void medium_loop()
|
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
read_receiver_rssi(); |
|
|
|
|
|
|
|
|
|
// Read altitude from sensors |
|
|
|
|
// ------------------ |
|
|
|
|
update_alt(); |
|
|
|
|