Search found 1 match

by itscarolinep
Wed Aug 22, 2018 5:07 pm
Forum: ESP32 Arduino
Topic: WPA2 Enterprise Connection with Static IP
Replies: 0
Views: 2924

WPA2 Enterprise Connection with Static IP

Hi everyone! I'm new to the forum and to ESP32. Currently, I'm trying to connect my ESP32 to a WPA2 Enterprise Network using static IP. I'm using this code as basis: #include "esp_wpa2.h" #include <WiFi.h> #define LED_BUILTIN 2 const char* ssid = "mySSID"; #define EAP_ID "myID" #define EAP_USERNAME ...