This commit is contained in:
hamza 2024-07-07 18:52:57 +03:00
parent a4a856eb31
commit 5a84a349d9
1 changed files with 6 additions and 1 deletions

View File

@ -18,4 +18,9 @@ V1.2
V1.3 V1.3
- added eeprom.h and eeprom.c, is still WIP - added eeprom.h and eeprom.c, is still WIP
- void sm_check_charging(); was removed, you need to call 0xF1XX to enter charging mode, precharge is then 3 seconds then the relay closes. call 0x0000 to exit charging - void sm_check_charging(); was removed, you need to call 0xF1XX to enter charging mode, precharge is then 3 seconds then the relay closes. call 0x0000 to exit charging
- removed some variables and some functions - removed some variables and some functions
V1.4
- replaced ADBMS code with the newest version from the Slaves
- added the Author to things i made
- error_source is now set in the state_machine.c