This commit is contained in:
2025-12-12 08:35:20 +01:00
committed by example
parent 356d7de2cf
commit 0ce45a133b
23 changed files with 616 additions and 135 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