From b6f9373052048275220db4466083710724730a3d Mon Sep 17 00:00:00 2001 From: atef Date: Wed, 19 Mar 2025 11:28:50 +0100 Subject: [PATCH] comment added regards the ReadTelecommandData --- csharp/Lib/Devices/BatteryDeligreen/BatteryDeligreenDevice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/Lib/Devices/BatteryDeligreen/BatteryDeligreenDevice.cs b/csharp/Lib/Devices/BatteryDeligreen/BatteryDeligreenDevice.cs index 287f34244..a0a46c382 100644 --- a/csharp/Lib/Devices/BatteryDeligreen/BatteryDeligreenDevice.cs +++ b/csharp/Lib/Devices/BatteryDeligreen/BatteryDeligreenDevice.cs @@ -201,7 +201,7 @@ public class BatteryDeligreenDevice private async Task ReadTelecomandData(UInt16 batteryId) { - var frameToSend = batteryId switch + var frameToSend = batteryId switch // this should be calculated { 0 => "7E3230303034363434453030323030464433350D", 1 => "7E3230303134363434453030323031464433330D",