From 727c84a08e5a7ea5d0c0780b28c614f9a4109dec Mon Sep 17 00:00:00 2001 From: Stefan de Bruijn Date: Sat, 15 Aug 2020 20:47:35 +0200 Subject: [PATCH] Fixed include in Commands.h (#548) Co-authored-by: Stefan de Bruijn --- Grbl_Esp32/src/WebUI/Commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grbl_Esp32/src/WebUI/Commands.h b/Grbl_Esp32/src/WebUI/Commands.h index fc412307..ac17f18e 100644 --- a/Grbl_Esp32/src/WebUI/Commands.h +++ b/Grbl_Esp32/src/WebUI/Commands.h @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "Config.h" +#include "../Config.h" class ESPResponseStream;