Fix read, version

This commit is contained in:
Jaro
2021-08-29 22:58:53 +02:00
parent d41b888058
commit 35bab564b1
2 changed files with 2 additions and 2 deletions

View File

@@ -219,7 +219,7 @@ int main(int argc, char* argv[])
serial.writeString("rb\r\n");
boost::this_thread::sleep(posix_time::milliseconds(100));
serial.readChar(1);
serial.readChar(1);
//serial.readChar(1);
modem.setSerialPort(&serial);
modem.setFilePath(path);