diff --git a/src/main.cpp b/src/main.cpp index bcdfa22..273d674 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,7 +23,7 @@ int main(void) tmpDrive->setDriveSMARTData("modelFamily", "modelName", "serial", - 42, + 420000, 43, 44, 45, @@ -33,6 +33,7 @@ int main(void) cout << "send" << endl; Printer::getPrinter()->print(tmpDrive); sleep(5); // sleep 5 sec + break; }