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:
@@ -57,7 +57,7 @@ namespace Motors {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void RcServo::config_message() {
|
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()),
|
reportAxisNameMsg(axis_index(), dual_axis_index()),
|
||||||
_pwm_pin.name().c_str(),
|
_pwm_pin.name().c_str(),
|
||||||
_pwm_pulse_min,
|
_pwm_pulse_min,
|
||||||
|
Reference in New Issue
Block a user