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

Merge branch 'main' into Devt

This commit is contained in:
bdring
2021-08-16 08:02:37 -05:00
committed by GitHub

View File

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