From a5e05db1930b971fc3be4bcc1e0a844f37422c30 Mon Sep 17 00:00:00 2001 From: Mitch Bradley Date: Fri, 2 Jul 2021 18:40:28 -1000 Subject: [PATCH] Fixed typo in RCServo reported by phorton1 --- Grbl_Esp32/src/Motors/RcServo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grbl_Esp32/src/Motors/RcServo.cpp b/Grbl_Esp32/src/Motors/RcServo.cpp index 50bf41dc..621dbb58 100644 --- a/Grbl_Esp32/src/Motors/RcServo.cpp +++ b/Grbl_Esp32/src/Motors/RcServo.cpp @@ -57,7 +57,7 @@ namespace Motors { } void RcServo::config_message() { - info_serial("%s RC Servo Pin:%d Pulse Len(%.0f,%.0f) %s", + info_serial("%s RC Servo Pin:%s Pulse Len(%.0f,%.0f) %s", reportAxisNameMsg(axis_index(), dual_axis_index()), _pwm_pin.name().c_str(), _pwm_pulse_min,