From 49cd0a866c3a7894c8a4da46b5f3ee59f1487819 Mon Sep 17 00:00:00 2001 From: David Cutting Date: Thu, 4 Jun 2020 12:45:49 -0600 Subject: [PATCH] Rename Parser --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 9c079af..805105a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -57,7 +57,7 @@ void setup() { EEStore::init(); - JMRIParser::init(mainTrack, progTrack); // Set up the string parser to accept commands from the interfaces + DCCEXParser::init(mainTrack, progTrack); // Set up the string parser to accept commands from the interfaces CommManager::showInitInfo(); }