tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.6k stars 1.98k forks source link

Arduino_esp8266 #593

Closed atomatick12 closed 6 years ago

atomatick12 commented 6 years ago

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 6 years ago

Wtf is double reset detector?

atomatick12 commented 6 years ago

what you mean by Wtf???

liebman commented 6 years ago

@atomatick12 I think what @tablatronix is asking is what does DoubleResetDetector have to do with WiFiManager?

atomatick12 commented 6 years ago

i am using it for node mcu esp8266 builtin reset button for wifimanager re configuration

atomatick12 commented 6 years ago

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 6 years ago

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 6 years ago

I just tested the library minimal sketch and it works for me

atomatick12 commented 6 years ago

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 6 years ago

Were you able to get the example to compile?

tablatronix commented 6 years ago

did you resolve this?