Revert "Remove any reference to device controller as downloading jsons/dc-firmware"

This reverts commit 6b0a784fc8.
This commit is contained in:
2026-02-05 10:26:56 +01:00
parent 518bd87033
commit d2d0eb40aa
2 changed files with 147 additions and 15 deletions

View File

@@ -22,6 +22,7 @@ class Worker;
class Update : public QObject {
Q_OBJECT
hwinf *m_hw = nullptr;
Worker *m_worker = nullptr;
char const *m_serialInterface;
char const *m_baudrate;
@@ -101,6 +102,12 @@ public:
QString("etc/psa_config/DC2C_print31.json"),
QString("etc/psa_config/DC2C_print32.json")})));
hwinf *hw() { return m_hw; }
hwinf const *hw() const { return m_hw; }
//QString customerId() { return m_customerId; }
//QString const customerId() const { return m_customerId; }
QString branchName() { return m_branchName; }
QString const branchName() const { return m_branchName; }