zhouhan0126 / WIFIMANAGER-ESP32

wifimanager-esp32
MIT License
401 stars 135 forks source link

Text in Message after attempt to connect to WiFi #8

Closed anwarbashir closed 6 years ago

anwarbashir commented 6 years ago

Hi,

I am trying to change the message that appears after wifimanager tries to connect. Currently there is a typo and I want to fix or even change the message. I have tried to search for the words but no luck. Can you advise which file to amend? Currently the message is:

Weread to network if it fails reconnect to AP to try again.

DevSpur commented 6 years ago

@anwarbashir Hi I found the place where you can change the message you can locate to the wifimanager.h file and edit it there

anwarbashir commented 6 years ago

Hi, Thank you, I will take a look - much obliged.

anwarbashir commented 6 years ago

Yes, Yehh it's in line 52. Not sure why I did not see it before. Thanks again