private void btnResetServo_Click(object sender, RoutedEventArgs e) { if (activeServo <= 0) { return; } UBT.V2_ServoCommand((byte)activeServo, 1); }