Обновление

This commit is contained in:
cfif 2026-06-21 20:45:30 +03:00
parent 15806c1e87
commit ae97e7ee49
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -11,7 +11,7 @@
#include "CanSpamTransmitter.h" #include "CanSpamTransmitter.h"
#include "AdcTasks.h" #include "AdcTasks.h"
#define LOG_UDS 0 #define LOG_UDS 1
//#define CAN_US_QUEUE_SIZE 1 //#define CAN_US_QUEUE_SIZE 1