widgets/data_identifier_widget.py
@@ -170,9 +170,9 @@ self.append_text_to_log_display('read config.ini success') except Exception as e: self.append_text_to_log_display( 'read config.ini error, use 0x692 and 0x693 for default tx_id and rx_id', '#ff0000') self.tx_id = 0x692 self.rx_id = 0x693 'read config.ini error, use 0x77A and 0x742 for default tx_id and rx_id', '#ff0000') self.tx_id = 0x77A self.rx_id = 0x742 def initUI(self):