comparison OSTC4Operations.h @ 14:e47e0f59101d default tip

Enable OSTC 4/5 Icon option The button for uploading the icon is now activated based on the first FW version supporting this function
author Ideenmodellierer
date Mon, 12 Jan 2026 18:47:00 +0100
parents 6fba58c4964b
children
comparison
equal deleted inserted replaced
13:facf83163013 14:e47e0f59101d
104 EXPORT void upgradeFW(const QString &fileName) override; 104 EXPORT void upgradeFW(const QString &fileName) override;
105 105
106 Adler32 fileChecksum; 106 Adler32 fileChecksum;
107 107
108 CrcWrapper *m_crcWrapper; 108 CrcWrapper *m_crcWrapper;
109 mutable CompanionFeatures m_supportedFeatures;
109 110
110 public: 111 public:
111 EXPORT OSTC4Operations(); 112 EXPORT OSTC4Operations();
112 }; 113 };
113 114