Closed petervanderwalt closed 2 years ago
... is the I2S code somewhere outside a "if" where it should have been inside?
Yep - a regression, uncomment these lines:
https://github.com/grblHAL/ESP32/blob/a02a4a4202fc617c944a20bdff3bc43ae632e76d/main/i2s_out.c#L47 https://github.com/grblHAL/ESP32/blob/a02a4a4202fc617c944a20bdff3bc43ae632e76d/main/i2s_out.c#L906
Tested OK - compiled this time - onwards with testing (:
Thank you sooooo much
Confirming that editing the files worked a treat, can close this issue - but please do remember to fix (:
but please do remember to fix
Fix has been comitted already...
Thank you! Closing issue then (:
I am just starting to setup a board definition to experiment with grblHal on ESP32
my pinmap:
Without USE_I2S_OUT it fails to compile. If I uncomment USE_I2S_OUT it compiles fine. My board (and plans for it) does not use I2S
What am I doing wrong (: or is the I2S code somewhere outside a "if" where it should have been inside?