This commit is contained in:
2025-12-12 08:35:20 +01:00
parent 356d7de2cf
commit 8a97b01622
21 changed files with 445 additions and 110 deletions

View File

@@ -24,6 +24,10 @@ public:
IpAddress m_Netmask;
IpAddress m_Gateway;
Url m_MqttURL;
char m_aMqttName[64];
bool m_MqttUnlock;
uint8_t m_aLockCode[8];
struct CFingerPrint
@@ -33,6 +37,8 @@ public:
uint8_t m_aDigest[SHA256_SIZE];
};
HashMap<uint16_t, CFingerPrint> m_FingerPrints;
int m_SecurityLevel;
};
#endif