mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 03:52:13 +02:00
feat(websocket): Added linux port for websocket
This commit is contained in:
@ -19,6 +19,9 @@
|
||||
#include "esp_log.h"
|
||||
#include "esp_timer.h"
|
||||
#include "esp_tls_crypto.h"
|
||||
#include "esp_system.h"
|
||||
#include <errno.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
static const char *TAG = "websocket_client";
|
||||
|
||||
|
Reference in New Issue
Block a user