Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo #763

Merged
merged 1 commit into from
Sep 17, 2023
Merged

typo #763

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ What you will need (for WiFi)
Supported Boards
================

* :doc:`/reference/hardware/wifi-boards/makerfabs-esp8266`
* :doc:`/reference/hardware/wifi-boards/duinopeak-esp8266`
* :doc:`/reference/hardware/wifi-boards/esp-01`
* :doc:`/reference/hardware/wifi-boards/mega-wifi`
* :doc:`Makerfabs ESP8266 WiFi Shield (recommended) </reference/hardware/wifi-boards/makerfabs-esp8266>`
* :doc:`Duinopeak ESP8266 WiFi Expansion Board </reference/hardware/wifi-boards/duinopeak-esp8266>`
* :doc:`ESP-01 and ESP-01s </reference/hardware/wifi-boards/esp-01>`
* :doc:`Mega+WiFi Combo Board </reference/hardware/wifi-boards/mega-wifi>`


Install the Software
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ The following pages describe all the supported WiFi options of the |EX-CS|. If

.. warning::

Please be aware that the Espressif firmware provided with your device **may not immediately work** with |EX-CS| as there are many different versions which behave quite differently.
Please be aware that the Espressif firmware provided with these devices **may not work** with |EX-CS| as there are many different versions which behave quite differently.

We highly recommend upgrading or downgrading to the "NonOS AT" version 1.7.4 available on our :doc:`/download/esp8266` download page prior to reaching out for support from the team.
We **highly** recommend upgrading or downgrading to the "NonOS AT" version 1.7.4 available on our :doc:`/download/esp8266` download page prior to reaching out for support from the team.

See :doc:`/support/wifi-at-version` for details on how to check the version and correct it if needed.

.. toctree::
:maxdepth: 1
Expand Down
4 changes: 2 additions & 2 deletions docs/support/wifi-at-version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Checking with a USB Serial Adapter
3. oOpen the Arduino IDE
4. Select **Tools** -> **Serial monitor** from the menus
5. Select baud: ``115200`` and ``Both NL & CR``
5. A new pane will open at the bottom of the IDE window will open
6. Enter the command ``AT+GMR`` and click :guilabel:`Send`.
6. A new pane will open at the bottom of the IDE window will open
7. Enter the command ``AT+GMR`` and click :guilabel:`Send`.

It will reply with something like ``AT version:1.7.4.0(May 11 2020 19:13:04)``

Expand Down
Loading