From 03f7014c02eaca9d8be4c7305d1454519b03523a Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sun, 23 Jan 2022 18:55:00 +0100 Subject: [PATCH] spell example right --- config.example.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.example.h b/config.example.h index 55aa184..7dad23d 100644 --- a/config.example.h +++ b/config.example.h @@ -189,8 +189,8 @@ The configuration file for DCC-EX Command Station // To monitor a throttle on one or more serial ports, uncomment the defines below. // NOTE: do not define here the WiFi shield serial port or your wifi will not work. // -//#define SERIAL1_COMMAND -//#define SERIAL2_COMMAND -//#define SERIAL3_COMMAND +//#define SERIAL1_COMMANDS +//#define SERIAL2_COMMANDS +//#define SERIAL3_COMMANDS /////////////////////////////////////////////////////////////////////////////////////