libwebsockets
Lightweight C library for HTML5 websockets
|
#include <freertos/FreeRTOS.h>
#include <freertos/event_groups.h>
#include <string.h>
#include "esp_wifi.h"
#include "esp_system.h"
#include "esp_event.h"
#include "nvs.h"
#include "driver/gpio.h"
#include "spi_flash_mmap.h"
#include "freertos/timers.h"
Go to the source code of this file.
Macros | |
#define | CONFIG_FREERTOS_HZ 100 |
Typedefs | |
typedef int | lws_sockfd_type |
typedef int | lws_filefd_type |
#define CONFIG_FREERTOS_HZ 100 |
Definition at line 86 of file lws-freertos.h.
typedef int lws_sockfd_type |
Definition at line 27 of file lws-freertos.h.
typedef int lws_filefd_type |
Definition at line 28 of file lws-freertos.h.