Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-se committed Jan 25, 2022
1 parent 2474306 commit ce361f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src_docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ce361f6

Please sign in to comment.