Skip to content

Instantly share code, notes, and snippets.

View JayTSX's full-sized avatar
🏠
Working from home

Julius Schulz JayTSX

🏠
Working from home
  • 13:47 (UTC +02:00)
View GitHub Profile
@mic159
mic159 / ESP32_raw_packet.ino
Last active June 23, 2024 16:55
ESP32 raw packets
#include <WiFi.h>
#include "wifi_headers.h"
#include <esp_wifi.h>
//#include <esp_wifi_internal.h>
#include <lwip/err.h>
typedef union {
uint8_t fix_rate;
uint8_t b5;
uint8_t b4;