🚸 Sanity check Integrated Babystepping + I2S stream + ESP32 (#24691)
This commit is contained in:
parent
96d050c7ba
commit
2f24c31454
@ -45,6 +45,10 @@
|
|||||||
#error "FAST_PWM_FAN is not available on TinyBee."
|
#error "FAST_PWM_FAN is not available on TinyBee."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if BOTH(I2S_STEPPER_STREAM, BABYSTEPPING) && DISABLED(INTEGRATED_BABYSTEPPING)
|
||||||
|
#error "BABYSTEPPING on I2S stream requires INTEGRATED_BABYSTEPPING."
|
||||||
|
#endif
|
||||||
|
|
||||||
#if USING_PULLDOWNS
|
#if USING_PULLDOWNS
|
||||||
#error "PULLDOWN pin mode is not available on ESP32 boards."
|
#error "PULLDOWN pin mode is not available on ESP32 boards."
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user