Update documentation

This commit is contained in:
GitHub Action 2022-01-25 17:08:57 +00:00
parent 5244f412c8
commit 0e52dd4fe6
3 changed files with 5 additions and 3 deletions

View File

@ -11,13 +11,14 @@ Latest stable version. `Release v0.6 on Github <https://github.com/mp-se/gravity
* SSL support for HTTP targets
* SSL support for MQTT targets
* SSL support for OTA
* Added support for Plato
* Added error handling for calibration page.
* Added experimental target ESP32 (using an ESP32 D1 Mini which is pin compatible with ESP8266). Not
really usable since wifi connection is extreamly slow with current Arduino releases (3-8 seconds).
* Added experimental format editor so users can customize their data format used for pushing data.
This will reduce the need for custom push targets. As long as the service is supporting http
or https then the data format can be customized.
* Added check so that pushing data is not done if memory is low (this will make it crash)
* Added check so that pushing data is not done if memory is low (this will avoid crashes)
* MQTT topic has been removed from config (handled via format templates)
* MQTT port port number added. Port over 8000 will activate SSL.

View File

@ -203,13 +203,14 @@
<li><p>SSL support for HTTP targets</p></li>
<li><p>SSL support for MQTT targets</p></li>
<li><p>SSL support for OTA</p></li>
<li><p>Added support for Plato</p></li>
<li><p>Added error handling for calibration page.</p></li>
<li><p>Added experimental target ESP32 (using an ESP32 D1 Mini which is pin compatible with ESP8266). Not
really usable since wifi connection is extreamly slow with current Arduino releases (3-8 seconds).</p></li>
<li><p>Added experimental format editor so users can customize their data format used for pushing data.
This will reduce the need for custom push targets. As long as the service is supporting http
or https then the data format can be customized.</p></li>
<li><p>Added check so that pushing data is not done if memory is low (this will make it crash)</p></li>
<li><p>Added check so that pushing data is not done if memory is low (this will avoid crashes)</p></li>
<li><p>MQTT topic has been removed from config (handled via format templates)</p></li>
<li><p>MQTT port port number added. Port over 8000 will activate SSL.</p></li>
<li><p><strong>Breaking change</strong>: To simplify the internal structure the

File diff suppressed because one or more lines are too long