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:
@@ -21,7 +21,6 @@
|
||||
*/
|
||||
|
||||
// Grbl versioning system
|
||||
const char* const GRBL_VERSION = "1.3a";
|
||||
const char* const GRBL_VERSION_BUILD = "20210311";
|
||||
|
||||
//#include <sdkconfig.h>
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user