mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
6 lines
No EOL
185 B
JavaScript
6 lines
No EOL
185 B
JavaScript
function tab_initialize_servos() {
|
|
ga_tracker.sendAppView('Servos');
|
|
|
|
// request current Servo Config
|
|
send_message(MSP_codes.MSP_SERVO_CONF, MSP_codes.MSP_SERVO_CONF);
|
|
} |