Обновление

This commit is contained in:
cfif 2026-06-21 20:34:07 +03:00
parent 8c5527b1d7
commit 15806c1e87
1 changed files with 1 additions and 1 deletions

View File

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