1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-01 18:32:37 +02:00

Fixed typo in RCServo reported by phorton1

This commit is contained in:
Mitch Bradley
2021-07-02 18:40:28 -10:00
parent b7a1546c30
commit a5e05db193

View File

@@ -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,