beacon wi fi for ESP8266
#include <ESP8266WiFi.h> extern “C” { #include “user_interface.h” } // SSID //const char* ssid = “Test1”; uint8_t beacon_frame[] = { 0x80, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, // Broadcast address 0xDE, 0xAD, 0xBE, 0xEF, 0x00, 0x01, // MAC address of the device creating the frame 0xDE, 0xAD, 0xBE, 0xEF, 0x00, 0x01, // ID […]