1
0
Fork 0
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:
cTn 2013-06-13 13:11:53 +02:00
parent f42a1fd708
commit 652f560e42
11 changed files with 45 additions and 16 deletions

View file

@ -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);
}