Обновление

This commit is contained in:
cfif 2026-06-18 15:02:55 +03:00
parent 7d8192f9e2
commit 4b349574a5
1 changed files with 1 additions and 1 deletions

View File

@ -1457,7 +1457,7 @@ static uint16_t RequestDownload_34(tCanUds *env) {
requestDownload_Response->ServiceId = UDS_RequestDownload | 0b1000000;
requestDownload_Response->lengthFormatIdentifier = 0x20; // 2 байта - длина поля maxNumberOfBlockLength
uint8_t countBlock = 31;//8;
uint8_t countBlock = 8;//8;
requestDownload_Response->maxNumberOfBlockLength = countBlock * 128 + 2;