Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update CaptivePortal.ino
Illegal SSID used for SoftAP
  • Loading branch information
lbernstone authored Jun 10, 2020
commit 10940de51638d804c475f5706d911635d2592ed4
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void setup() {
WiFi.mode(WIFI_OFF); //added to start with the wifi off, avoid crashing
WiFi.mode(WIFI_AP);
WiFi.softAPConfig(apIP, apIP, IPAddress(255, 255, 255, 0));
WiFi.softAP("DNSServer CaptivePortal example");
WiFi.softAP("ESP32-DNSServer");

// if DNSServer is started with "*" for domain name, it will reply with
// provided IP to all DNS request
Expand Down