Parameters for the ESP32 WiFi netdev interface. More...
Parameters for the ESP32 WiFi netdev interface.
Definition in file esp_wifi_params.h.
Go to the source code of this file.
Set default configuration parameters for the ESP WiFi netdev driver | |
#define | ESP_WIFI_STACKSIZE (THREAD_STACKSIZE_DEFAULT) |
The size of the stack used for the ESP WIFI netdev driver thread. | |
#define | ESP_WIFI_PRIO (GNRC_NETIF_PRIO) |
The priority of the ESP WiFi netdev driver thread. More... | |
#define | ESP_WIFI_SSID "RIOT_AP" |
SSID of the AP to be used. | |
#define | ESP_WIFI_PASS "ThisistheRIOTporttoESP" |
Passphrase used for the AP as clear text (max. More... | |
#define ESP_WIFI_PASS "ThisistheRIOTporttoESP" |
Passphrase used for the AP as clear text (max.
64 chars).
Definition at line 55 of file esp_wifi_params.h.
#define ESP_WIFI_PRIO (GNRC_NETIF_PRIO) |
The priority of the ESP WiFi netdev driver thread.
Should not be changed.
Definition at line 41 of file esp_wifi_params.h.