Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jun 14, 2021
1 parent 4845052 commit dba35b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/eez/modules/psu/gui/channel_calibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1305,6 +1305,9 @@ void action_ch_settings_calibration_start_calibration() {
}

void action_ch_settings_calibration_view_points() {
if (g_channel) {
hmi::g_selectedSubchannelIndex = g_channel->subchannelIndex;
}
ChSettingsCalibrationViewPage::start();
}

Expand Down

0 comments on commit dba35b4

Please sign in to comment.