Skip to content

Commit

Permalink
add macros to inform user if CHADEMO battery or PYLON inverter is used
Browse files Browse the repository at this point in the history
  • Loading branch information
lenvm committed Nov 7, 2023
1 parent f7eee59 commit a2aaadf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Software/Software.ino
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ void setup()
#ifdef LUNA2000_MODBUS
Serial.println("Luna2000 Modbus RTU protocol selected");
#endif
#ifdef PYLON_CAN
Serial.println("PYLON CAN protocol selected")
#endif
#ifdef SMA_CAN
Serial.println("SMA CAN protocol selected");
#endif
Expand All @@ -224,6 +227,9 @@ void setup()
#ifdef BMW_I3_BATTERY
Serial.println("BMW i3 battery selected");
#endif
#ifdef CHADEMO_BATTERY
Serial.println("Chademo battery selected");
#endif
#ifdef IMIEV_CZERO_ION_BATTERY
Serial.println("Mitsubishi i-MiEV / Citroen C-Zero / Peugeot Ion battery selected");
#endif
Expand Down

0 comments on commit a2aaadf

Please sign in to comment.