2
0
forked from Ivasoft/DSView

New firmware file, and fix the dso trig dispaly an error pos

This commit is contained in:
dreamsourcelabTAI
2023-09-27 14:13:35 +08:00
parent a7119873d8
commit 9e286f0879
3 changed files with 4 additions and 1 deletions

View File

@@ -1128,6 +1128,8 @@ namespace pv
}
else
{
dsv_info("DSO triged position updated event.");
int probe_count = 0;
int probe_en_count = 0;

View File

@@ -518,7 +518,8 @@ void View::set_trig_pos(int percent)
{
uint64_t index = _session->cur_samplelimits() * percent / 100;
if (_session->have_view_data() == false){
if (_session->have_view_data() == false
|| _session->is_working()){
set_trig_cursor_posistion(index);
}
}

Binary file not shown.