1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-31 01:59:54 +02:00

Update Grbl.h

This commit is contained in:
bdring
2020-09-29 13:52:41 -05:00
parent e0588ee377
commit d9a8cff12a

View File

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