Update main.cpp

This commit is contained in:
Ackimixs
2024-04-17 21:24:46 +02:00
committed by GitHub
parent 62eff7d49f
commit 3acd8cbb98

View File

@@ -31,8 +31,6 @@ int main(int argc, char *argv[]) {
std::string toSend = "G " + line + "\n";
std::cout << toSend << std::endl;
serial.writeBytes(toSend.c_str(), toSend.length());
serial.closeDevice();