From f2db8768a6c450d7b7f54df8628f02dd34ca44dd Mon Sep 17 00:00:00 2001 From: mstevetodd Date: Mon, 29 Jun 2020 08:49:46 -0400 Subject: [PATCH 1/2] fix link (and test PR) --- WiThrottle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WiThrottle.cpp b/WiThrottle.cpp index 8d3a607..1e961c3 100644 --- a/WiThrottle.cpp +++ b/WiThrottle.cpp @@ -4,7 +4,7 @@ * for showing how it could be done, but this code is very different to the original * implemenatatin as it is designed to run on the Arduino and not the ESP and is * also calling directly into the DCCEX Api rather than simulating JMRI text commands. - * Refer JMRI WiFi Throttle Communications Protocol http://jmri.sourceforge.net/help/en/package/jmri/jmrit/withrottle/Protocol.shtml + * Refer JMRI WiFi Throttle Communications Protocol https://www.jmri.org/help/en/package/jmri/jmrit/withrottle/Protocol.shtml * * * PROTOTYPE NOTES: From 2f442df82f559488947c5c3d439d440ac4e16c37 Mon Sep 17 00:00:00 2001 From: mstevetodd Date: Mon, 29 Jun 2020 20:16:22 -0400 Subject: [PATCH 2/2] add server type message (HT) to initial connection strings --- WiThrottle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WiThrottle.cpp b/WiThrottle.cpp index 1e961c3..6c7b580 100644 --- a/WiThrottle.cpp +++ b/WiThrottle.cpp @@ -47,7 +47,7 @@ WiThrottle::WiThrottle(Print & stream, int wificlientid) { firstThrottle= this; clientid=wificlientid; for (int loco=0;loconextTurnout){ StringFormatter::send(stream,F("]\\[LT&d}|{%d}|{%d"), tt->data.id, tt->data.id, (bool)(tt->data.tStatus & STATUS_ACTIVE));