After ESP32C3 started the wifi manager, when I connected to the device's wifi, it did not automatically redirect to the authentication page #22994
Unanswered
q127981
asked this question in
Support request
Replies: 2 comments 3 replies
-
Not under control of Tasmota. The responsible wifi code is closed source from espressif. |
Beta Was this translation helpful? Give feedback.
1 reply
-
If what you want is to switch to a different AP, I'd recommend against even going via the path of issuing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PROBLEM DESCRIPTION
Version: Tasmota v14.4.1 Rudolph
Firstly, I downloaded tasmota.bin flash memory to my ESP8266 device
Connect the default AP enabled by the device, configure the device network, and automatically restart the device after saving.
Then I used the wifi config 2 command to open the wifi manager on the device and tried to configure a new network on the device. Using a mobile phone to connect to the default AP of the device will automatically pop up a wifi authentication webpage, guiding me to configure a new wifi.
This is normal, every time I repeat this step, it will automatically redirect to the WiFi authentication webpage.
However, when I flashed tasmota32c3.factory.bin to my ESP32C3 device. It only automatically redirects to the WiFi authentication page when I first connect to the device AP. After configuring the network for the device, when I want to use the wifi config 2 command again to open the wifi manager and connect to the device AP, my phone no longer automatically redirects to the wifi authentication page.
That is to say, the normal version of wifi manager cannot be seen.
This issue only occurs on ESP32c3, my ESP8266 has no problem.
Beta Was this translation helpful? Give feedback.
All reactions