You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the PHY mode of ESP8266 devices is 802.11bg mode, and the PHY mode of non-ESP8266 devices is 802.11bgn mode. Can ESP8266 support 802.11bgn by default by modifying the code?
#889
Open
3 tasks done
aithinker2222 opened this issue
Jan 6, 2025
· 1 comment
I have used the latest released firmware or have updated my ESP-AT branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
Set Command
^^^^^^^^^^^
Command:
::
AT+CWSTAPROTO=<protocol>
Response:
::
OK
Parameters
^^^^^^^^^^
:
bit0: 802.11b protocol standard.
bit1: 802.11g protocol standard.
bit2: 802.11n protocol standard.
Note
^^^^^
Currently ESP devices only support 802.11b or 802.11bg or 802.11bgn mode.
By default, PHY mode of ESP8266 device is 802.11bg mode, and PHY mode of non ESP8266 device is 802.11bgn mode.
The text was updated successfully, but these errors were encountered:
Answers checklist.
General issue report
Set Command
^^^^^^^^^^^
Command:
::
Response:
::
Parameters
^^^^^^^^^^
:
Note
^^^^^
The text was updated successfully, but these errors were encountered: