2
0
forked from Ivasoft/DSView

fix: The hex format string of decoder result, max length up to 256

This commit is contained in:
dreamsourcelabTAI
2023-05-15 18:58:28 +08:00
parent e9478aa926
commit 2067d5973b
7 changed files with 22 additions and 12 deletions

View File

@@ -1704,13 +1704,11 @@ namespace pv
_protocol_widget->update_view_status();
break;
case DSV_MSG_COLLECT_END:
dsv_info("Mainwindow:DSV_MSG_COLLECT_END");
case DSV_MSG_COLLECT_END:
prgRate(0);
_view->repeat_unshow();
_view->on_state_changed(true);
_protocol_widget->update_view_status();
dsv_info("Mainwindow-end:DSV_MSG_COLLECT_END");
_protocol_widget->update_view_status();
break;
case DSV_MSG_END_COLLECT_WORK: