mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 12:00:13 +02:00
rename SMA defines, to use more consistent naming
This commit is contained in:
parent
43d3e781eb
commit
08e0ea5f6d
10 changed files with 23 additions and 23 deletions
|
@ -90,7 +90,7 @@ void init_contactors() {
|
|||
|
||||
// Main functions
|
||||
void handle_contactors() {
|
||||
#if defined(BYD_SMA) || defined(SMA_TRIPOWER_CAN)
|
||||
#if defined(SMA_BYD_H_CAN) || defined(SMA_BYD_HVS_CAN) || defined(SMA_TRIPOWER_CAN)
|
||||
datalayer.system.status.inverter_allows_contactor_closing = digitalRead(INVERTER_CONTACTOR_ENABLE_PIN);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue