1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-02 19:02:35 +02:00

Fixed BDring's PC 6pack

This commit is contained in:
Stefan de Bruijn
2020-11-01 09:56:58 +01:00
parent 94c858b879
commit 7b03eab9f9

View File

@@ -37,9 +37,9 @@
#define USE_STEPSTICK // makes sure MS1,2,3 !reset and !sleep are set #define USE_STEPSTICK // makes sure MS1,2,3 !reset and !sleep are set
#define I2S_OUT_BCK GPIO_NUM_22 #define I2S_OUT_BCK "GPIO.22"
#define I2S_OUT_WS GPIO_NUM_17 #define I2S_OUT_WS "GPIO.17"
#define I2S_OUT_DATA GPIO_NUM_21 #define I2S_OUT_DATA "GPIO.21"
// Motor Socket #1 // Motor Socket #1