UART interceptor now is compatible with Whireshark

This commit is contained in:
2021-06-07 15:44:39 +03:00
parent 5eae1b1838
commit 2f398df8aa
6 changed files with 91 additions and 29 deletions

View File

@@ -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];