From faeb3194dbc429523bafe5db5eb649df783e2c3f Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Fri, 22 Oct 2021 08:21:44 +0200 Subject: [PATCH] ESP32 motorshield as default --- config.example.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.h b/config.example.h index 76b6610..5b9a228 100644 --- a/config.example.h +++ b/config.example.h @@ -51,7 +51,7 @@ The configuration file for DCC-EX Command Station new MotorDriver(16, 17, UNUSED_PIN, UNUSED_PIN, 36, 2.99, 2000, UNUSED_PIN),\ new MotorDriver(18, 19, UNUSED_PIN, UNUSED_PIN, 37, 2.99, 2000, UNUSED_PIN) -#define MOTOR_SHIELD_TYPE ESP8266_MOTOR_SHIELD +#define MOTOR_SHIELD_TYPE ESP32_MOTOR_SHIELD ///////////////////////////////////////////////////////////////////////////////////// //