mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Cycle Time value is now visible in status bar
This commit is contained in:
parent
f42a1fd708
commit
652f560e42
11 changed files with 45 additions and 16 deletions
|
@ -176,6 +176,7 @@ function sensor_array_pull() {
|
|||
samples_i++;
|
||||
|
||||
// Request new data
|
||||
send_message(MSP_codes.MSP_STATUS, MSP_codes.MSP_STATUS);
|
||||
send_message(MSP_codes.MSP_RAW_IMU, MSP_codes.MSP_RAW_IMU);
|
||||
send_message(MSP_codes.MSP_ALTITUDE, MSP_codes.MSP_ALTITUDE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue