Updated release notes / doc
This commit is contained in:
parent
5b6ce7d672
commit
4d300908a6
@ -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,
|
||||
|
@ -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
|
||||
++++++++++++++++
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
------
|
||||
|
Loading…
Reference in New Issue
Block a user