Commit bafe15d2 authored by 张明扬's avatar 张明扬 🇨🇳

feat:改赋值位置

parent 46c1fb9e
......@@ -865,7 +865,7 @@ void UDS_Service_22_Indication(uint16_t A_TA_type, uint16_t A_Length, uint8_t *A
break;
case 0x2024: // ESP32内部版本号
UDS_ISO14229_Transfer[3] = BlueTooth.ESP32_SWV;
UDS_ISO14229_Transfer[2] = BlueTooth.ESP32_SWV;
UDS_Service_Response(0x22, POSITIVE_RSP, DIAG_ID_Tx, 2 + 1, UDS_ISO14229_Transfer);
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment