update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user