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

Merge branch 'main' into Devt

This commit is contained in:
bdring
2021-03-15 10:38:01 -05:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -21,7 +21,6 @@
*/
// Grbl versioning system
const char* const GRBL_VERSION = "1.3a";
const char* const GRBL_VERSION_BUILD = "20210311";
//#include <sdkconfig.h>

View File

@@ -564,6 +564,7 @@ namespace Spindles {
ModbusCommand rpm_cmd;
rpm_cmd.msg[0] = VFD_RS485_ADDR;
set_speed_command(rpm, rpm_cmd);
rpm_cmd.critical = (rpm == 0);