Added dc_updatePrinterTemplate
This commit is contained in:
parent
37f0012ce9
commit
863e4b23a9
@ -144,6 +144,10 @@ public:
|
|||||||
bool dc_updateDC(QString binFileName, QString baudrate,
|
bool dc_updateDC(QString binFileName, QString baudrate,
|
||||||
QString comPort) const override;
|
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)
|
// Level 1, control device-controller (functions of µC)
|
||||||
// check serial connection to deviceController
|
// check serial connection to deviceController
|
||||||
|
Loading…
Reference in New Issue
Block a user