2025-09-30T09:32:51

This commit is contained in:
yuntang 2025-09-30 09:32:52 +08:00
parent d15b567385
commit 1b65bf41c9
3 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ void SerialPort::slotReadData() {
return;
}
#if 1
#if 0
QString hexData = ba.toHex(' '); // ' ' 作为分隔符,可选参数
logde << "receive info (hex):" << hexData.toStdString();
#endif