1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-24 15:13:02 +02:00

Update Grbl.h

This commit is contained in:
bdring
2021-10-28 12:15:09 -05:00
parent c6675a385d
commit 380d841dbe

View File

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