simple ipc send

This commit is contained in:
Hendrik Schutter 2025-06-21 11:32:41 +02:00
parent 575cb73d95
commit a35cb111ee

View File

@ -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;
}