Skip to content
Merged
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
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import sphinx_rtd_theme
# import sphinx_rtd_theme

# -- Project information -----------------------------------------------------

Expand All @@ -38,7 +38,7 @@
# 'sphinx.ext.ifconfig',
# 'sphinx.ext.viewcode',
# 'sphinx.ext.graphviz',
# 'sphinx_sitemap',
'sphinx_sitemap',
# 'sphinx.ext.inheritance_diagram',
'sphinxcontrib.spelling',
'sphinx_toolbox.collapse',
Expand All @@ -50,7 +50,7 @@
'sphinx_reredirects',
# 'sphinx_last_updated_by_git',
'notfound.extension',
'linuxdoc.rstFlatTable'
'linuxdoc.rstFlatTable',
]

autosectionlabel_prefix_document = True
Expand Down
5 changes: 5 additions & 0 deletions docs/ex-commandstation/include_installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,11 @@ You can configure the WiFi for EX-CommandStation two ways:
* **Access Point mode** |BR| You can configure for EX-CommandStation to have its own, completely isolated, WiFi Network. This is referred to as *Access Point Mode*. (Most useful if your layout is away from the house, or you transport your layout frequently.) |BR| To enable, select ``Use my EX-CommandStation as an Access Point`` |BR| |BR|
* **Station mode** |BR| The EX-CommandStation can be setup so that it connects to your existing home WiFi Network. This is referred to as *Station Mode*. |BR| To enable, select ``Connect my EX-CommandStation to my existing wireless network``

.. note::

|SUITABLE| |tinkerer| |engineer| |BR| For the |EX-CSB1-SHORT| and DIY ESP32 based Command Stations, the Experimental / Develpment (DEVEL) versions of the software from 5.7.0 ignore the WiFi configuration in the config.h file. see `WiFi configuration (CSB1 or ESP32 ONLY) <https://dcc-ex.com/mkdocs-test/products/ex-commandstation/config-wifi-esp32/>`_ for more information.


Use my EX-CommandStation as an Access Point
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
5 changes: 5 additions & 0 deletions docs/ex-commandstation/rtr-wifi-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ If you wish to run trains from your phone, tablet or other |WiThrottle protocol|

|SUITABLE| |tinkerer| |engineer| |BR| Using *WiFi (OR Ethernet)* to talk between |JMRI| and |EX-CS| is complex, slow and functionally limited and, while it generally works, it is NOT SUPPORTED.

.. note::

|SUITABLE| |tinkerer| |engineer| |BR| For the |EX-CSB1-SHORT| and DIY ESP32 based Command Stations, the Expermental / Develpment (DEVEL) versions of the software from 5.7.0 ignore the WiFi configuration in the config.h file. see `WiFi configuration (CSB1 or ESP32 ONLY) <https://dcc-ex.com/mkdocs-test/products/ex-commandstation/config-wifi-esp32/>`_ for more information.


|HR-HEAVY|

Next Steps
Expand Down
4 changes: 4 additions & 0 deletions docs/ex-installer/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,10 @@ You can configure the WiFi for **EX-CommandStation** two ways:
* **Access Point mode** |BR| You can configure for EX-CommandStation to have its own, completely isolated, WiFi Network. This is referred to as *Access Point Mode*. (Most useful if your layout is away from the house, or you transport your layout frequently, or do not want to give guests access to your home WiFi.) |BR| To enable, select ``Use my EX-CommandStation as an Access Point`` |BR| |BR|
* **Station mode** |BR| The EX-CommandStation can be setup so that it connects to your existing home WiFi Network. This is referred to as *Station Mode*. |BR| To enable, select ``Connect my EX-CommandStation to my existing wireless network``

.. note::

|SUITABLE| |tinkerer| |engineer| |BR| For the |EX-CSB1-SHORT| and DIY ESP32 based Command Stations, the Experimental / Develpment (DEVEL) versions of the software from 5.7.0 ignore the WiFi configuration in the config.h file. see `WiFi configuration (CSB1 or ESP32 ONLY) <https://dcc-ex.com/mkdocs-test/products/ex-commandstation/config-wifi-esp32/>`_ for more information.

Use my EX-CommandStation as an Access Point
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
Loading