mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Update credits section
This commit is contained in:
parent
d15be7ef75
commit
fedcc29662
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
|||
#include "../devboard/utils/events.h"
|
||||
#include "../include.h"
|
||||
|
||||
/* Credits: Most of the code comes from Per Carlen's bms_comms_tesla_model3.py (https://gitlab.com/pelle8/batt2gen24/) */
|
||||
/* Credits: */
|
||||
/* Some of the original CAN frame parsing code below comes from Per Carlen's bms_comms_tesla_model3.py (https://gitlab.com/pelle8/batt2gen24/) */
|
||||
/* Most of the additional CAN frame parsing/information/display comes from Josiah Higgs (https://github.com/josiahhiggs/) */
|
||||
|
||||
inline const char* getContactorText(int index) {
|
||||
switch (index) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue