connornishijima / AlertMe

Arduino library for sending email and SMS from nothing but the ESP8266!
GNU General Public License v3.0
68 stars 17 forks source link

AlertMe Configuration has password #9

Open CharlesMod opened 3 years ago

CharlesMod commented 3 years ago

Hello, it seems after the first time I configure the device and power cycle it, there is a password set on the access point. Can anyone help me understand what this password is so I can gain access again?

ArthurFasano commented 3 years ago

Try putting alert.reset(true); above alert.connect();, not sure why it was asking for a password, but that reset whatever password it wanted back to an open network.

CharlesMod commented 3 years ago

Thanks very much for your reply, I'll give it a shot after work today and let you know.

On Tue, Nov 24, 2020 at 11:52 AM ArthurFasano notifications@github.com wrote:

Try putting alert.reset(true); above alert.connect();, not sure why it was asking for a password, but that reset whatever password it wanted back to an open network.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/connornishijima/AlertMe/issues/9#issuecomment-733138943, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUKGJVBNCIVNHTYDNOEDOTSRPXG5ANCNFSM4UAKCE5Q .