mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Kostal cyclic data byte definition
This commit is contained in:
parent
fc0e900848
commit
6a93beb0e0
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ uint8_t CyclicData[64] = {
|
|||
0x7D, 0x3F, 0x55, 0x40, // MinCellVolt (float), Bit 50-53
|
||||
|
||||
0xFE, 0x04, // Cycle count,
|
||||
0x00, // Byte 56
|
||||
0x00, // Byte 56, charge/discharge control, 0=disable, 1=enable
|
||||
0x00, // When SOC=100 Byte57 seen as 0x40,
|
||||
0x64, // SOC , Bit 58
|
||||
0x00, // Unknown,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue