Skip to content

Instantly share code, notes, and snippets.

View setri100's full-sized avatar
🥸

Sebastian Triesch setri100

🥸
View GitHub Profile
@Matheus-Garbelini
Matheus-Garbelini / esp8266_wpa2_enterprise_example.ino
Last active February 27, 2024 15:34
ESP8266 Wi-Fi WPA2 Enterprise example
#include <ESP8266WiFi.h>
extern "C" {
#include "user_interface.h"
#include "wpa2_enterprise.h"
#include "c_types.h"
}
// SSID to connect to
char ssid[] = "TEST_KRA";