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

Update Grbl.h

This commit is contained in:
bdring
2021-05-17 18:49:04 -05:00
parent 1a0d5456fe
commit 11060f33f2

View File

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