mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 19:42:08 +02:00
kostal: remove commented code
This commit is contained in:
parent
92964987cc
commit
1182028aad
1 changed files with 0 additions and 7 deletions
|
@ -83,13 +83,6 @@ uint8_t CYCLIC_DATA[64] = {
|
||||||
// FE 04 01 40 xx 01 01 02 yy (fully charged)
|
// FE 04 01 40 xx 01 01 02 yy (fully charged)
|
||||||
// FE 02 01 02 xx 01 01 02 yy (charging or discharging)
|
// FE 02 01 02 xx 01 01 02 yy (charging or discharging)
|
||||||
|
|
||||||
//uint8_t frame3[9] = {
|
|
||||||
// 0x08, 0xE2, 0xFF, 0x02, 0xFF, 0x29, //header
|
|
||||||
// 0x06, //Unknown (battery status/error?)
|
|
||||||
// 0xEF, //CRC
|
|
||||||
// 0x00 //endbyte
|
|
||||||
//};
|
|
||||||
|
|
||||||
uint8_t STATUS_FRAME[9] = {
|
uint8_t STATUS_FRAME[9] = {
|
||||||
0x00, 0xE2, 0xFF, 0x02, 0xFF, 0x29, //header
|
0x00, 0xE2, 0xFF, 0x02, 0xFF, 0x29, //header
|
||||||
0x06, //Unknown (battery status/error?)
|
0x06, //Unknown (battery status/error?)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue