From 6766a296c86b3ca58d4a23a324a1eb8d7f46ea0b Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 4 May 2024 20:52:40 +0300 Subject: [PATCH] Pre-commit fix --- Software/src/inverter/PYLON-CAN.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/src/inverter/PYLON-CAN.cpp b/Software/src/inverter/PYLON-CAN.cpp index ab3d39b2..daddaba5 100644 --- a/Software/src/inverter/PYLON-CAN.cpp +++ b/Software/src/inverter/PYLON-CAN.cpp @@ -7,7 +7,7 @@ #define SEND_0 //If defined, the messages will have ID ending with 0 (useful for some inverters) //#define SEND_1 //If defined, the messages will have ID ending with 1 (useful for some inverters) -#define INVERT_LOW_HIGH_BYTES //If defined, certain frames will have inverted low/high bytes +#define INVERT_LOW_HIGH_BYTES //If defined, certain frames will have inverted low/high bytes \ //useful for some inverters like Sofar that report the voltages incorrect otherwise /* Do not change code below unless you are sure what you are doing */