mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-02 10:53:01 +02:00
Fixed BDring's PC 6pack
This commit is contained in:
@@ -37,9 +37,9 @@
|
||||
|
||||
#define USE_STEPSTICK // makes sure MS1,2,3 !reset and !sleep are set
|
||||
|
||||
#define I2S_OUT_BCK GPIO_NUM_22
|
||||
#define I2S_OUT_WS GPIO_NUM_17
|
||||
#define I2S_OUT_DATA GPIO_NUM_21
|
||||
#define I2S_OUT_BCK "GPIO.22"
|
||||
#define I2S_OUT_WS "GPIO.17"
|
||||
#define I2S_OUT_DATA "GPIO.21"
|
||||
|
||||
|
||||
// Motor Socket #1
|
||||
|
Reference in New Issue
Block a user