Skip to content

Commit

Permalink
add warning message to pairing
Browse files Browse the repository at this point in the history
  • Loading branch information
tcfshcrw committed Sep 21, 2024
1 parent 41fc766 commit d1a7124
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SimHubPlugin/SettingsControlDemo.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6800,6 +6800,8 @@ unsafe private void btn_Pairing_Click(object sender, RoutedEventArgs e)
TextBox_debugOutput.Text = errorMessage;
}
}
string MSG_tmp = "Please restart all pedals and bridge after pairing complete, related message will be shown in serial monitor.";
System.Windows.MessageBox.Show(MSG_tmp, "Pairing", MessageBoxButton.OK, MessageBoxImage.Warning);


}
Expand Down

0 comments on commit d1a7124

Please sign in to comment.