From 41d8d5cf272c3d7f97f97e1c8c0fcbee8fb0c446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C3=96ster?= Date: Tue, 1 Apr 2025 23:48:13 +0300 Subject: [PATCH] Improve wording --- Software/src/battery/BYD-ATTO-3-BATTERY.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/src/battery/BYD-ATTO-3-BATTERY.h b/Software/src/battery/BYD-ATTO-3-BATTERY.h index 21454223..3060eb64 100644 --- a/Software/src/battery/BYD-ATTO-3-BATTERY.h +++ b/Software/src/battery/BYD-ATTO-3-BATTERY.h @@ -4,7 +4,7 @@ #include "../include.h" #define USE_ESTIMATED_SOC // If enabled, SOC is estimated from pack voltage. Useful for locked packs. \ - // Uncomment this only if you know your BMS is unlocked and able to send SOC% + // Comment out this only if you know your BMS is unlocked and able to send SOC% #define MAXPOWER_CHARGE_W 10000 #define MAXPOWER_DISCHARGE_W 10000