Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GCSViews/ConfigurationView/ConfigRadioInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ private void BUT_Calibrateradio_Click(object sender, EventArgs e)
return;
}

CustomMessageBox.Show("Ensure all your sticks are centered and throttle is down, and click ok to continue");
CustomMessageBox.Show("Ensure all your sticks are centered and throttle is down, and click ok to continue\nIf you have a sprung throttle then center it and click ok");

MainV2.comPort.MAV.cs.UpdateCurrentSettings(currentStateBindingSource.UpdateDataSource(MainV2.comPort.MAV.cs), true, MainV2.comPort);

Expand Down