Remove unused define

This commit is contained in:
Daniel Fahlgren 2022-08-17 13:16:27 +02:00 committed by Joris Vink
parent 2211bb8f97
commit 0dc4d1adaa
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
#define WEBSOCKET_FRAME_HDR 2
#define WEBSOCKET_MASK_LEN 4
#define WEBSOCKET_FRAME_MAXLEN 16384
#define WEBSOCKET_PAYLOAD_SINGLE 125
#define WEBSOCKET_PAYLOAD_EXTEND_1 126
#define WEBSOCKET_PAYLOAD_EXTEND_2 127