Closed VladoPortos closed 4 years ago
WiFi.mode(WIFI_STA);
in your sketch
the esp auto starts ap if its saved
WiFi.mode(WIFI_STA);
in your sketch the esp auto starts ap if its saved
Thanks @tablatronix seems like this is the answer, but where in setup exactly to put it ?
In setup right after your start serial probably. You also only have to do it once, so if you have code that runs once you can do it there, it is saved by esp
hi, I can't understand what the answer is ?! I have this problem with esp-8266 12e/f , is this is an option ?
Yes , the esp by default start an ap with the esp id name, you need to turn off WIFI_AP mode
I had the same issue and just solved, in my case, following that instructions from @tablatronix . Thanks a lot!
Basic Infos
ESP-01 ( 8266 ) Module still create AP after setup and successful log in as client. I think that should not be happening. It connects as client ok, gets IP where can I access the value. but when I do scan on phone for wifi I see ESP_C59C60 ( which is not the one I named for configuration) but I can connect to it and on the ip 192.168.4.1 I get same value as on its client IP...
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
ESP-01 ( 8266 ) Module still create AP after setup and successful log in as client. I think that should not be happening.
Settings in IDE
Module: Generic ESP8266 Module
Additional libraries:
include // Include the SPIFFS library
include //https://github.com/esp8266/Arduino
include
include
include //https://github.com/tzapu/WiFiManager
include //https://github.com/jenscski/DoubleResetDetect
include
include // https://github.com/bblanchon/ArduinoJson
Sketch
Debug Messages