Skip to content

Commit

Permalink
🚸 Test LIN_ADVANCE in a pins file
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Mar 13, 2022
1 parent a58d35d commit 0c0ef9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Marlin/src/pins/esp32/pins_MRR_ESPE.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
#define I2S_WS 26
#define I2S_BCK 25
#define I2S_DATA 27
#undef LIN_ADVANCE // Currently, I2S stream does not work with linear advance
#if ENABLED(LIN_ADVANCE)
#error "I2S stream is currently incompatible with LIN_ADVANCE."
#endif

//
// Steppers
Expand Down

0 comments on commit 0c0ef9e

Please sign in to comment.