diff --git a/config.example.h b/config.example.h index eb7e02b..f66e525 100644 --- a/config.example.h +++ b/config.example.h @@ -45,7 +45,7 @@ The configuration file for DCC-EX Command Station #define ESP_MOTOR_SHIELD F("ESP"), \ new MotorDriver(D3, D5, UNUSED_PIN, UNUSED_PIN, UNUSED_PIN, 2.99, 2000, UNUSED_PIN),\ - new MotorDriver(D2, D6, UNUSED_PIN, UNUSED_PIN, UNUSED_PIN, 2.99, 2000, UNUSED_PIN) + new MotorDriver(D2, D6, UNUSED_PIN, UNUSED_PIN, A0 , 2.99, 2000, UNUSED_PIN) #define MOTOR_SHIELD_TYPE ESP_MOTOR_SHIELD