Search found 1 match

by franck.bigrat
Sat Nov 16, 2024 12:19 pm
Forum: General Discussion
Topic: Problem with ESP32 as Access Point
Replies: 0
Views: 256

Problem with ESP32 as Access Point

Hi programmers I try to set my esp32c6 as as AP using Arduino IDE, but when i use the code below , "WiFi.softAP" returns 'false' and the AP is invisible : //esp32 as AP WiFi.mode(WIFI_AP); WiFi.softAPConfig(local_IP, gateway, subnet); WiFi.softAP(ssid, password); But when i use this code (i remove t...