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(); }