From 0cae23ddac323503fbeccaf99d5984173e6910d1 Mon Sep 17 00:00:00 2001 From: Stefan de Bruijn Date: Sat, 7 Nov 2020 21:31:59 +0100 Subject: [PATCH] Fixed another bug in GPIO pin --- Grbl_Esp32/src/Machines/test_drive.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Grbl_Esp32/src/Machines/test_drive.h b/Grbl_Esp32/src/Machines/test_drive.h index 036c4113..88ba5402 100644 --- a/Grbl_Esp32/src/Machines/test_drive.h +++ b/Grbl_Esp32/src/Machines/test_drive.h @@ -124,11 +124,11 @@ // #define PROBE_PIN "gpio.18:pu" // x Limits -// #define X_LIMIT_PIN "gpio.18:pu" +#define X_LIMIT_PIN "gpio.18:pu" // x System : ControlSafetyDoor -// #define CONTROL_SAFETY_DOOR_PIN "gpio.22:pu" +#define CONTROL_SAFETY_DOOR_PIN "gpio.22:pu" // x System : ControlReset -// #define CONTROL_RESET_PIN "gpio.23:pu" +#define CONTROL_RESET_PIN "gpio.23:pu" // x System : ControlFeedHold // #define CONTROL_FEED_HOLD_PIN "gpio.22:pu" // x System : ControlCycleStart