Skip to content

Instantly share code, notes, and snippets.

@georgcampana
georgcampana / main.c
Created November 18, 2019 11:51
Esp32 send Beacon and Action frame with esp_wifi_80211_tx()
#include "freertos/FreeRTOS.h"
#include "esp_event_loop.h"
#include "esp_system.h"
#include "esp_event.h"
#include "esp_wifi.h"
#include "nvs_flash.h"
#include "string.h"