mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2026-01-27 09:12:18 +01:00
Some small adjustments for ESP32
- bump version - remove compilation warnings - do not require SPIFFS
This commit is contained in:
@@ -307,6 +307,7 @@ AsyncWebSocketBasicMessage::AsyncWebSocketBasicMessage(uint8_t opcode, bool mask
|
||||
,_sent(0)
|
||||
,_ack(0)
|
||||
,_acked(0)
|
||||
,_data(NULL)
|
||||
{
|
||||
_opcode = opcode & 0x07;
|
||||
_mask = mask;
|
||||
|
||||
Reference in New Issue
Block a user