mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[PR #275] Persistent = false #1597
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#1597
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?
📋 Pull Request Information
Original PR: https://github.com/tzapu/WiFiManager/pull/275
Author: @ortegafernando
Created: 1/3/2017
Status: 🔄 Open
Base:
master← Head:master📝 Commits (10+)
8f5171cAdded ability to call StartConfigPortal() so that access point name can be unique and automatically generated from the ESP8266 Chip Id.3bb5fadThere has been an assumption that device has to be told to connect but Wifi already does it's best to connect in the background. Calling WiFi.begin while device is already trying to connect will occasionally cause WiFi to lock up. Only call WiFi.begin after calling WiFi.disconnect. These changes are aimed at stopping WiFi.begin from being called at the wrong time.a2c9e20Configure on switch example. If there is no SSID in memory set up a configuration portal otherwise connect with existing SSID data. If a button is pushed go into configuration portal mode. Stay in configuration portal mode until user closes configuration portal or 3 minutes have passed.20c9f95Changes aimed at supporting the config portal remaining open until a specified time has passed or user requests portal to be closed. If a successful connection is made to a network the access portal is available on the network ip address and on it's own network at two addresses. These addresses are 192.168.1.4 and the address on the other network.a36362dChange example to use ESP8266 led rather than NodeMCU led as some boards do not have this led.f374142Access point becomes flaky if set in dual mode and not sucessfully connected to network so change to access point mode only when there is no network connection.d60dc79Added new http page to return state information in json format.2d8f0faMerge tzapu's changesaf9d82cChanged formatting of json state data at url /state .6108e80Fixed json formatting error in state response - removed extra braces.📊 Changes
21 files changed (+1152 additions, -1142 deletions)
View changed files
📝
.travis.yml(+1 -0)➕
Images/ConfigurationScreen.png(+0 -0)➕
Images/DefaultScreen.png(+0 -0)📝
README.md(+122 -197)📝
WiFiManager.cpp(+431 -202)📝
WiFiManager.h(+40 -17)➖
examples/AutoConnect/AutoConnect.ino(+0 -38)➖
examples/AutoConnectWithFSParameters/AutoConnectWithFSParameters.ino(+0 -156)➖
examples/AutoConnectWithFSParametersAndCustomIP/AutoConnectWithFSParametersAndCustomIP.ino(+0 -188)➖
examples/AutoConnectWithFeedback/AutoConnectWithFeedback.ino(+0 -47)➖
examples/AutoConnectWithFeedbackLED/AutoConnectWithFeedbackLED.ino(+0 -68)➖
examples/AutoConnectWithReset/AutoConnectWithReset.ino(+0 -49)➖
examples/AutoConnectWithStaticIP/AutoConnectWithStaticIP.ino(+0 -75)➖
examples/AutoConnectWithTimeout/AutoConnectWithTimeout.ino(+0 -45)➕
examples/ConfigOnDoubleReset/ConfigOnDoubleReset.ino(+107 -0)➕
examples/ConfigOnDoubleReset/README.md(+15 -0)➕
examples/ConfigOnStartup/ConfigOnStartup.ino(+70 -0)➕
examples/ConfigOnSwitch/ConfigOnSwitch.ino(+96 -0)➕
examples/ConfigOnSwitch/README.md(+12 -0)➕
examples/ConfigOnSwitchFS/ConfigOnSwitchFS.ino(+258 -0)...and 1 more files
📄 Description
Hi, i don't know exactly how I could open an issue here, or send you a private email, so I have open a pull request to ask you for this:
https://github.com/tzapu/WiFiManager/issues/242#issuecomment-259083764
What do you think ???
Hope your answer.
Regards,
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.