1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-22 22:25:16 +02:00

Update Grbl.h

This commit is contained in:
bdring
2021-11-03 08:59:08 -05:00
parent f85b2a5277
commit e42284b104

View File

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