mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 21:59:50 +03:00
MAC generaton for DUE changed (more enthropy)
http config URI MUST start with /cnf now
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user