From 20eef04ba73b860816edfdb542f170f78a5d1884 Mon Sep 17 00:00:00 2001 From: Asbelos Date: Mon, 7 Sep 2020 11:20:41 +0100 Subject: [PATCH] typo --- examples/Cvreader_wifi.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cvreader_wifi.ino b/examples/Cvreader_wifi.ino index 3af8fc6..797088f 100644 --- a/examples/Cvreader_wifi.ino +++ b/examples/Cvreader_wifi.ino @@ -64,7 +64,7 @@ void loop() { DCC::loop(); // Responsibility 2: handle any incoming commands on USB connection - serialParser.loop(Serial1); + serialParser.loop(Serial); // Responsibility 3: Optionally handle any incoming WiFi traffic WifiInterface::loop();