Updated README.

- Also altered the G38.X reporting to save some bytes.
This commit is contained in:
Sungeun Jeon
2015-03-15 21:57:21 -06:00
parent 24ce518fda
commit 3d06897e47
4 changed files with 42 additions and 32 deletions

View File

@ -23,7 +23,7 @@
// Grbl versioning system
#define GRBL_VERSION "0.9i"
#define GRBL_VERSION_BUILD "20150314"
#define GRBL_VERSION_BUILD "20150315"
// Define standard libraries used by Grbl.
#include <avr/io.h>