Check sent calibration with incoming cal messages
This commit is contained in:
parent
8ee5e0bf55
commit
a68ad5a3c3
4 changed files with 83 additions and 12 deletions
4
gui.cpp
4
gui.cpp
|
|
@ -325,6 +325,10 @@ void MyFrame::OnSendCal(wxCommandEvent &event)
|
|||
send_calibration();
|
||||
}
|
||||
|
||||
void calibration_confirmed(void)
|
||||
{
|
||||
// TODO: show GUI indication of calibration written to EEPROM
|
||||
}
|
||||
|
||||
|
||||
void MyFrame::OnShowMenu(wxMenuEvent &event)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue