diff --git a/src_docs/source/conf.py b/src_docs/source/conf.py index cb2c115..01d061e 100644 --- a/src_docs/source/conf.py +++ b/src_docs/source/conf.py @@ -47,7 +47,13 @@ exclude_patterns = [] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'sphinx_rtd_theme' +html_theme = 'renku' + +#html_theme = 'sphinx_rtd_theme' + +#import sphinx_bootstrap_theme +#html_theme = 'bootstrap' +#html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/src_docs/source/configuration.rst b/src_docs/source/configuration.rst index 92808fd..ea45b72 100644 --- a/src_docs/source/configuration.rst +++ b/src_docs/source/configuration.rst @@ -125,6 +125,22 @@ Push Settings Token with write access to bucket. +* **MQTT server:** + + IP or name of server to send data to. + +* **MQTT Topic:** + + Name of topic to publish sensor readings to, iSpindle format is used. + +* **MQTT user:** + + Username or blank if anonymous is accepted + +* **MQTT password:** + + Password or blank if anonymous is accepted + Gravity Settings ++++++++++++++++ diff --git a/src_docs/source/installation.rst b/src_docs/source/installation.rst index 5850fbb..73a66c1 100644 --- a/src_docs/source/installation.rst +++ b/src_docs/source/installation.rst @@ -59,8 +59,9 @@ Configuring WIFI When the device is flashed it will need to have WIFI configuration in order to work. If you have used other software on the device its possible that wifi settings exist. -If this is not configured in the device it will create an wirless access point called `GravMon`. Connect to this AP and -enter the SSID and password you want to use. If the web page dont open automatically you can enter the following adress +If this is not configured in the device it will create an wirless access point called `GravMon`. The default password is `password`. + +Connect to this AP and enter the SSID and password you want to use. If the web page dont open automatically you can enter the following adress in the browser: **http://192.168.4.1** .. image:: images/wifi.png diff --git a/src_docs/source/releases.rst b/src_docs/source/releases.rst index ae0746d..36fa92c 100644 --- a/src_docs/source/releases.rst +++ b/src_docs/source/releases.rst @@ -16,6 +16,8 @@ This is features for the next release. * Added warning on config page when sleep is <300 * Enabled selection of gyro temperature sensor under Hardware settings * Added warning when short sleep interval and gyro temp is enabled +* Added support for MQTT +* Bug: MPU init sometimes caused crash during startup. v0.5.0 ------