mistergreen / WAAC

Web-enabled Arduino Aquarium Controller
Other
9 stars 5 forks source link

ESP32 Access Point #11

Closed LuckyLuzz closed 6 years ago

LuckyLuzz commented 6 years ago

Hey, as I power my esp32 it starts as a Access Point named: "ESP_0E57B9" I couldn't find the line in the code who is responsible for that. I'd linke to either give it a proper name or disable it.

mistergreen commented 6 years ago

Do you see it as a WIFI access point? I don't see it. I think you have to code it to have it show up as an access point. It could be a bug from the newest ESP32 core lib. Try installing a simple WIFI server example project and see if the access point is still there.