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

Update Grbl.h

This commit is contained in:
bdring
2020-11-24 09:46:05 -06:00
parent 8ac74d4017
commit 920cc20693

View File

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