Update documentation

This commit is contained in:
GitHub Action
2022-01-13 17:22:39 +00:00
parent f2c3ab413a
commit 1ef3e9172d
4 changed files with 12 additions and 12 deletions

View File

@ -3,10 +3,10 @@
Releases Releases
######## ########
v0.6.0 (work in progress) v0.6.0
------------------------- ------
This is features for the next release. Latest stable version.
* Changed the wifi manager and refactored wifi.cpp * Changed the wifi manager and refactored wifi.cpp
* LED is now turned on when Wifi Portal is open * LED is now turned on when Wifi Portal is open
@ -19,11 +19,11 @@ This is features for the next release.
* Added support for MQTT * Added support for MQTT
* Bug: MPU init sometimes caused crash during startup. * Bug: MPU init sometimes caused crash during startup.
`Release v0.6 on Github <https://github.com/mp-se/gravitymon/releases/tag/v0.6.0>`_
v0.5.0 v0.5.0
------ ------
Latest stable version.
* Added feature to calcuate formula on device * Added feature to calcuate formula on device
* Total rewrite of documentation * Total rewrite of documentation
* WIFI settings are now stored in config file * WIFI settings are now stored in config file

View File

@ -280,7 +280,7 @@ the following libraries and without these this would have been much more difficu
<ul> <ul>
<li class="toctree-l1"><a class="reference internal" href="license.html">Licence</a></li> <li class="toctree-l1"><a class="reference internal" href="license.html">Licence</a></li>
<li class="toctree-l1"><a class="reference internal" href="releases.html">Releases</a><ul> <li class="toctree-l1"><a class="reference internal" href="releases.html">Releases</a><ul>
<li class="toctree-l2"><a class="reference internal" href="releases.html#v0-6-0-work-in-progress">v0.6.0 (work in progress)</a></li> <li class="toctree-l2"><a class="reference internal" href="releases.html#v0-6-0">v0.6.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="releases.html#v0-5-0">v0.5.0</a></li> <li class="toctree-l2"><a class="reference internal" href="releases.html#v0-5-0">v0.5.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="releases.html#v0-4-0">v0.4.0</a></li> <li class="toctree-l2"><a class="reference internal" href="releases.html#v0-4-0">v0.4.0</a></li>
</ul> </ul>

View File

@ -195,9 +195,9 @@
<article role="main"> <article role="main">
<div class="section" id="releases"> <div class="section" id="releases">
<span id="id1"></span><h1>Releases<a class="headerlink" href="#releases" title="Permalink to this headline"></a></h1> <span id="id1"></span><h1>Releases<a class="headerlink" href="#releases" title="Permalink to this headline"></a></h1>
<div class="section" id="v0-6-0-work-in-progress"> <div class="section" id="v0-6-0">
<h2>v0.6.0 (work in progress)<a class="headerlink" href="#v0-6-0-work-in-progress" title="Permalink to this headline"></a></h2> <h2>v0.6.0<a class="headerlink" href="#v0-6-0" title="Permalink to this headline"></a></h2>
<p>This is features for the next release.</p> <p>Latest stable version.</p>
<ul class="simple"> <ul class="simple">
<li><p>Changed the wifi manager and refactored wifi.cpp</p></li> <li><p>Changed the wifi manager and refactored wifi.cpp</p></li>
<li><p>LED is now turned on when Wifi Portal is open</p></li> <li><p>LED is now turned on when Wifi Portal is open</p></li>
@ -210,10 +210,10 @@
<li><p>Added support for MQTT</p></li> <li><p>Added support for MQTT</p></li>
<li><p>Bug: MPU init sometimes caused crash during startup.</p></li> <li><p>Bug: MPU init sometimes caused crash during startup.</p></li>
</ul> </ul>
<p><a class="reference external" href="https://github.com/mp-se/gravitymon/releases/tag/v0.6.0">Release v0.6 on Github</a></p>
</div> </div>
<div class="section" id="v0-5-0"> <div class="section" id="v0-5-0">
<h2>v0.5.0<a class="headerlink" href="#v0-5-0" title="Permalink to this headline"></a></h2> <h2>v0.5.0<a class="headerlink" href="#v0-5-0" title="Permalink to this headline"></a></h2>
<p>Latest stable version.</p>
<ul class="simple"> <ul class="simple">
<li><p>Added feature to calcuate formula on device</p></li> <li><p>Added feature to calcuate formula on device</p></li>
<li><p>Total rewrite of documentation</p></li> <li><p>Total rewrite of documentation</p></li>
@ -278,7 +278,7 @@
<div class="toc-tree"> <div class="toc-tree">
<ul> <ul>
<li><a class="reference internal" href="#">Releases</a><ul> <li><a class="reference internal" href="#">Releases</a><ul>
<li><a class="reference internal" href="#v0-6-0-work-in-progress">v0.6.0 (work in progress)</a></li> <li><a class="reference internal" href="#v0-6-0">v0.6.0</a></li>
<li><a class="reference internal" href="#v0-5-0">v0.5.0</a></li> <li><a class="reference internal" href="#v0-5-0">v0.5.0</a></li>
<li><a class="reference internal" href="#v0-4-0">v0.4.0</a></li> <li><a class="reference internal" href="#v0-4-0">v0.4.0</a></li>
</ul> </ul>

File diff suppressed because one or more lines are too long