From 43381b0106018cf34453e5190d7ee0fc7cb99504 Mon Sep 17 00:00:00 2001 From: bdring Date: Wed, 17 Feb 2021 12:50:28 -0600 Subject: [PATCH] Fixed Grbl.h - I think I deleted the GRBL_VERSION line by accident when using the web based conflict editor --- Grbl_Esp32/src/Grbl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Grbl_Esp32/src/Grbl.h b/Grbl_Esp32/src/Grbl.h index 46614405..82a85a84 100644 --- a/Grbl_Esp32/src/Grbl.h +++ b/Grbl_Esp32/src/Grbl.h @@ -22,6 +22,7 @@ // Grbl versioning system +const char* const GRBL_VERSION = "1.3a"; const char* const GRBL_VERSION_BUILD = "20210213"; //#include