mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #593] Arduino_esp8266 #495
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#495
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 @atomatick12 on GitHub (Apr 17, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/593
when i used DoubleResetDetector.h library in code i got following error
error: 'class EspClass' has no member named 'rtcUserMemoryRead' ESP.rtcUserMemoryRead(address, &doubleResetDetectorFlag, sizeof(doubleResetDetectorFlag)
@tablatronix commented on GitHub (Apr 17, 2018):
Wtf is double reset detector?
@atomatick12 commented on GitHub (Apr 17, 2018):
what you mean by Wtf???
@liebman commented on GitHub (Apr 17, 2018):
@atomatick12 I think what @tablatronix is asking is what does DoubleResetDetector have to do with WiFiManager?
@atomatick12 commented on GitHub (Apr 18, 2018):
i am using it for node mcu esp8266 builtin reset button for wifimanager re configuration
@atomatick12 commented on GitHub (Apr 18, 2018):
i just want to use builtin reset button to one time press for reset and two time press to AP mode for configration
@tablatronix commented on GitHub (Apr 18, 2018):
Ah I see, that library uses rtc I wrote a sketch that uses eeprom and takes several resets.
Ill take a look at it
@tablatronix commented on GitHub (Apr 18, 2018):
I just tested the library minimal sketch and it works for me
@atomatick12 commented on GitHub (Apr 19, 2018):
i just want to use builtin reset button to one time press for reset and two time press to AP mode for configration any body help on this
@tablatronix commented on GitHub (Apr 19, 2018):
Were you able to get the example to compile?
@tablatronix commented on GitHub (Aug 16, 2018):
did you resolve this?