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

Fixed Grbl.h

- I think I deleted the GRBL_VERSION line by accident when using the web based conflict editor
This commit is contained in:
bdring
2021-02-17 12:50:28 -06:00
parent a61ab51c0b
commit 43381b0106

View File

@@ -22,6 +22,7 @@
// Grbl versioning system
const char* const GRBL_VERSION = "1.3a";
const char* const GRBL_VERSION_BUILD = "20210213";
//#include <sdkconfig.h>