Browse Source

🚸 Test LIN_ADVANCE in a pins file

Scott Lahteine 3 years ago
parent
commit
0c0ef9e548
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Marlin/src/pins/esp32/pins_MRR_ESPE.h

+ 3
- 1
Marlin/src/pins/esp32/pins_MRR_ESPE.h View File

@@ -55,7 +55,9 @@
55 55
 #define I2S_WS                                26
56 56
 #define I2S_BCK                               25
57 57
 #define I2S_DATA                              27
58
-#undef LIN_ADVANCE                                // Currently, I2S stream does not work with linear advance
58
+#if ENABLED(LIN_ADVANCE)
59
+  #error "I2S stream is currently incompatible with LIN_ADVANCE."
60
+#endif
59 61
 
60 62
 //
61 63
 // Steppers

Loading…
Cancel
Save