mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Add error about pin usage
This commit is contained in:
parent
a423d617e5
commit
a4ca572b4c
1 changed files with 6 additions and 0 deletions
|
@ -75,4 +75,10 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef BMW_I3_BATTERY
|
||||||
|
#ifdef CONTACTOR_CONTROL
|
||||||
|
#error GPIO PIN 25 cannot be used for both BMWi3 Wakeup and contactor control. Disable CONTACTOR_CONTROL
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue