1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-27 00:05:06 +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 // Grbl versioning system
const char* const GRBL_VERSION = "1.3a";
const char* const GRBL_VERSION_BUILD = "20210311"; const char* const GRBL_VERSION_BUILD = "20210311";
//#include <sdkconfig.h> //#include <sdkconfig.h>

View File

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