From a35cb111eee3503ab0bc3e35b231af14762ef105 Mon Sep 17 00:00:00 2001 From: localhorst Date: Sat, 21 Jun 2025 11:32:41 +0200 Subject: [PATCH] simple ipc send --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }