From e2c7ea1c899c7ccdbb8927f1cf06fc73ec0f6e77 Mon Sep 17 00:00:00 2001 From: Bart Dring Date: Fri, 30 Aug 2019 18:33:17 -0500 Subject: [PATCH] Fixed case sensitivty issue in Linux --- Grbl_Esp32/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grbl_Esp32/config.h b/Grbl_Esp32/config.h index 685961e9..fe1c341f 100644 --- a/Grbl_Esp32/config.h +++ b/Grbl_Esp32/config.h @@ -37,7 +37,7 @@ Some features should not be changed. See notes below. #ifndef config_h #define config_h -#include +#include //#define ESP_DEBUG #define N_AXIS 3 // Number of axes defined