Обновление платы на V2

This commit is contained in:
cfif 2026-06-03 16:38:48 +03:00
parent 708517676d
commit 027a497637
2 changed files with 6 additions and 2 deletions

View File

@ -427,6 +427,10 @@ void set_CanDebugSpamTransmitter(tCanSpamDebugTransmitter *env) {
memcpy(&ccu_candb_dbg_tx.dbg_Sen_Incar, &rtY.dbgCAN_dbg_Sen_Incar_model, sizeof(ccu_candb_dbg_tx.dbg_Sen_Incar));
memcpy(&ccu_candb_dbg_tx.dbg_Sen_0, &rtY.dbgCAN_dbg_Sen_0_model, sizeof(ccu_candb_dbg_tx.dbg_Sen_0));
memcpy(&ccu_candb_dbg_tx.dbg_Logic_Ac, &rtY.dbg_Logic_Ac_model, sizeof(ccu_candb_dbg_tx.dbg_Logic_Ac));
memcpy(&ccu_candb_dbg_tx.dbg_CCU_IO, &rtY.dbgCAN_CCU_IO_model, sizeof(ccu_candb_dbg_tx.dbg_CCU_IO));
osMutexRelease(env->access);
} else {

View File

@ -18,7 +18,7 @@
#define dbg_Auto_Duct_SEND 0
#define dbg_Auto_Valve_Plus_SEND 0
#define dbg_CCU_Info_SEND 0
#define dbg_CCU_IO_SEND 0
#define dbg_CCU_IO_SEND 1
#define dbg_DiffBlr_ValveOpen_SEND 0
#define dbg_Drs_SEND 0
#define dbg_Info_Act1_SEND 0
@ -28,7 +28,7 @@
#define dbg_LIN_DRS_Stat_SEND 0
#define dbg_LIN_eTXV_Stat_SEND 0
#define dbg_LIN_Ionizer_Stat_SEND 0
#define dbg_Logic_Ac_SEND 0
#define dbg_Logic_Ac_SEND 1
#define dbg_Logic_Blower_SEND 1
#define dbg_Logic_KM_Status_SEND 0
#define dbg_Logic_Rec_SEND 0