From 863e4b23a92e7b62b61d011fa4053f659b812070 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 13 Apr 2023 13:31:39 +0200 Subject: [PATCH] Added dc_updatePrinterTemplate --- include/hwapi.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/hwapi.h b/include/hwapi.h index 3366bdc..fff7e9d 100644 --- a/include/hwapi.h +++ b/include/hwapi.h @@ -143,6 +143,10 @@ public: bool dc_updateDC(QString binFileName, QString baudrate, QString comPort) const override; + + bool dc_updatePrinterTemplate(enum FileTypeJson type, + int templateNr, + QString const &fname) const override; // ------------------------------------------------------------------------------ // Level 1, control device-controller (functions of µC)