From 696d12fc5ed3246e009dbe6eea0beee2ba56dac5 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sun, 26 Sep 2021 11:57:15 +0200 Subject: [PATCH] test A0 --- config.example.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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