diff 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
line wrap: on
line diff
--- a/OSTC4Operations.h	Mon Jan 12 18:45:15 2026 +0100
+++ b/OSTC4Operations.h	Mon Jan 12 18:47:00 2026 +0100
@@ -106,6 +106,7 @@
     Adler32 fileChecksum;
 
     CrcWrapper *m_crcWrapper;
+    mutable CompanionFeatures m_supportedFeatures;
 
 public:
     EXPORT OSTC4Operations();