Add error about pin usage

This commit is contained in:
Daniel Öster 2024-08-01 14:15:38 +03:00
parent a423d617e5
commit a4ca572b4c

View file

@ -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