Delete unnecessary code and comment
This commit is contained in:
parent
1fa598049d
commit
b9098e3979
|
@ -169,23 +169,8 @@ internal static class Program
|
||||||
{
|
{
|
||||||
Watchdog.NotifyAlive();
|
Watchdog.NotifyAlive();
|
||||||
|
|
||||||
var t = UnixTime.Now;
|
|
||||||
var record = ReadStatus();
|
var record = ReadStatus();
|
||||||
|
|
||||||
int i = 1;
|
|
||||||
|
|
||||||
// For Debug purpose, will be deleted after
|
|
||||||
foreach (var device in record.Battery.Devices)
|
|
||||||
{
|
|
||||||
Console.WriteLine(" Battery " + i);
|
|
||||||
device.TimeSinceTOC.WriteLine(" : Value of register 54");
|
|
||||||
device.Soc.WriteLine(" : SOC");
|
|
||||||
device.CalibrationChargeRequested.WriteLine(" : Calibration Charge Requested");
|
|
||||||
i++;
|
|
||||||
"====================".WriteLine();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
record.ControlConstants();
|
record.ControlConstants();
|
||||||
record.ControlSystemState();
|
record.ControlSystemState();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue