mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #682] AP mode wifi configuration html page is not getting opened!!! #570
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#570
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chandan-skillfinity on GitHub (Aug 2, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/682
Hardware: NodeMCU 1.0(ESP-12e Module)
Core Version: 2.4.1
Arduino IDE: 1.8.5
Operating System: MacOS High Sierra 10.13.6
Following 3 issues observed, request help in solving
Sketch
#include <ESP8266WiFi.h>
#include <DNSServer.h>
#include <ESP8266WebServer.h>
#include <WiFiManager.h>
WiFiManager wifiManager;
void setup()
{
Serial.begin(38400);
}
void loop()
{
Serial.println("entered loop");
}
@tablatronix commented on GitHub (Aug 2, 2018):
This is development branch?
@chandan-skillfinity commented on GitHub (Aug 3, 2018):
No, we downloaded the WiFi manager from the released branch
@tablatronix commented on GitHub (Aug 3, 2018):
not sure, sounds like a memory problem or sdk problem, try development, issues against master are ignored