Add GBT_ApplyShortPacket function for immediate processing of single-frame messages from EVSE to EV. Refactor GBT_Init and GBT_ChargerTask for improved readability and functionality. Update connector initialization to set default requested limits and SOC for both connectors. Enhance logging for load enable changes.
This commit is contained in:
@@ -149,6 +149,7 @@ int main(void)
|
||||
|
||||
/* USER CODE BEGIN 3 */
|
||||
|
||||
if(CONN[0].connState == Unplugged) CONN[0].connControl = CMD_NONE;
|
||||
CONN[1].MeasuredVoltage = ISO.voltageComm;
|
||||
LOAD_Task();
|
||||
EDCAN_Loop();
|
||||
|
||||
Reference in New Issue
Block a user