From d15be7ef7596de46fb2a906230816e42ebc35ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C3=96ster?= Date: Wed, 16 Jul 2025 23:42:12 +0300 Subject: [PATCH] Improve note on GTW settings --- Software/src/battery/TESLA-BATTERY.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Software/src/battery/TESLA-BATTERY.h b/Software/src/battery/TESLA-BATTERY.h index d903b2ec..cf961475 100644 --- a/Software/src/battery/TESLA-BATTERY.h +++ b/Software/src/battery/TESLA-BATTERY.h @@ -12,6 +12,11 @@ #define SELECTED_BATTERY_CLASS TeslaModelSXBattery #endif +/*NOTE! IMPORTANT INFORMATION! +Be sure to scroll down in this file and configure all "GTW_" parameters to suit your battery. +Failure to configure these will result in VCFRONT and GTW MIA errors +*/ + //#define EXP_TESLA_BMS_DIGITAL_HVIL // Experimental parameter. Forces the transmission of additional CAN frames for experimental purposes, to test potential HVIL issues in 3/Y packs with newer firmware. class TeslaBattery : public CanBattery {