diff --git a/docs/conf.py b/docs/conf.py index 7e1dffd2f5..8223ff6566 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ # import sys # sys.path.insert(0, os.path.abspath('.')) -import sphinx_rtd_theme +# import sphinx_rtd_theme # -- Project information ----------------------------------------------------- @@ -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', @@ -50,7 +50,7 @@ 'sphinx_reredirects', # 'sphinx_last_updated_by_git', 'notfound.extension', - 'linuxdoc.rstFlatTable' + 'linuxdoc.rstFlatTable', ] autosectionlabel_prefix_document = True diff --git a/docs/ex-commandstation/include_installer.rst b/docs/ex-commandstation/include_installer.rst index 13aa8b14bd..d4106dc658 100644 --- a/docs/ex-commandstation/include_installer.rst +++ b/docs/ex-commandstation/include_installer.rst @@ -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) `_ for more information. + + Use my EX-CommandStation as an Access Point ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/ex-commandstation/rtr-wifi-setup.rst b/docs/ex-commandstation/rtr-wifi-setup.rst index de43694d5f..49c8734bb6 100644 --- a/docs/ex-commandstation/rtr-wifi-setup.rst +++ b/docs/ex-commandstation/rtr-wifi-setup.rst @@ -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) `_ for more information. + + |HR-HEAVY| Next Steps diff --git a/docs/ex-installer/installing.rst b/docs/ex-installer/installing.rst index 12511d6cd1..aca824c213 100644 --- a/docs/ex-installer/installing.rst +++ b/docs/ex-installer/installing.rst @@ -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) `_ for more information. + Use my EX-CommandStation as an Access Point ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^