mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-05 06:46:31 +02:00
IDF release/v4.0 e7ac221b4
This commit is contained in:
@ -20,6 +20,7 @@ typedef enum ws_transport_opcodes {
|
||||
WS_TRANSPORT_OPCODES_CLOSE = 0x08,
|
||||
WS_TRANSPORT_OPCODES_PING = 0x09,
|
||||
WS_TRANSPORT_OPCODES_PONG = 0x0a,
|
||||
WS_TRANSPORT_OPCODES_FIN = 0x80,
|
||||
} ws_transport_opcodes_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user