mirror of
https://github.com/anklimov/lighthub
synced 2025-12-11 06:09:50 +03:00
UART interceptor now is compatible with Whireshark
This commit is contained in:
@@ -211,6 +211,8 @@ enum lan_status {
|
||||
DO_NOTHING = -15
|
||||
};
|
||||
|
||||
extern lan_status lanStatus;
|
||||
|
||||
typedef union {
|
||||
uint32_t UID_Long[5];
|
||||
uint8_t UID_Byte[20];
|
||||
|
||||
Reference in New Issue
Block a user