Firmware >=V1.22.0: Changes in station interface status during WiFi connection #13688
Unanswered
peterhinch
asked this question in
ESP32
Replies: 1 comment
-
So do we have a new way to initialize WiFi in V1.2X+? I just started to use V1.23 and my DNS is getting
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is for information in case anyone else is encountering changed behaviour of applications.
Previously, while connecting, station interface status was
network.STAT_CONNECTING
(1001).The status now varies, but during a successful connection is >= 1000 (
network.STAT_IDLE
). It seems that status values >= 1000 are information states, while smaller values (200-204) are fatal errors.Beta Was this translation helpful? Give feedback.
All reactions