MAC generaton for DUE changed (more enthropy)

http config URI MUST start with /cnf now
This commit is contained in:
2019-04-26 03:19:56 +03:00
parent 4c65015327
commit fb3d532e2f
5 changed files with 38 additions and 32 deletions

View File

@@ -169,6 +169,10 @@ enum lan_status {
DO_NOTHING = -14
};
typedef union {
uint32_t UID_Long[5];
uint8_t UID_Byte[20];
} UID;
//void watchdogSetup(void);