V1.0.1.7-1 -- 2025/12/17
* Datastructure improved
This commit is contained in:
@@ -581,7 +581,7 @@ namespace LFP_Manager.Utils
|
||||
p[j++].Value = ((float)aSystemData.ValueData.Ext1Temperature / 10).ToString(); // 34 temperature_ext1 - FET Temp
|
||||
p[j++].Value = ((float)aSystemData.ValueData.Ext2Temperature / 10).ToString(); // 35 temperature_ext2 - Lmt Temp
|
||||
|
||||
p[j++].Value = aSystemData.CalibrationData.Current.ChargeOption.ToString(); // 36 chg_option
|
||||
p[j++].Value = aSystemData.CalibrationData.ChaMode.Mode.ToString(); // 36 chg_option
|
||||
|
||||
command.ExecuteNonQuery();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user