fix PortduinoGlue

This commit is contained in:
mverch67 2024-05-15 13:37:33 +02:00
parent ff9c7da0c1
commit 3412bade56

View File

@ -276,7 +276,6 @@ void portduinoSetup()
}
settingsMap[maxnodes] = (yamlConfig["General"]["MaxNodes"]).as<int>(200);
} catch (YAML::Exception &e) {
std::cout << "*** Exception " << e.what() << std::endl;
exit(EXIT_FAILURE);