diff --git a/src_docs/source/index.rst b/src_docs/source/index.rst index 0d29c68..0b8e6d9 100644 --- a/src_docs/source/index.rst +++ b/src_docs/source/index.rst @@ -7,7 +7,7 @@ Welcome to GravityMon's documentation! ###################################### .. note:: - This documentation reflects **v1.1**. Last updated 2022-08-14 + This documentation reflects **v1.2 - beta 1**. Last updated 2022-10-15 User interface overview ----------------------- @@ -23,6 +23,7 @@ This animation shows how the user interface is structured, it reflects an older Main features ------------- +* Support either an ESP8266 or ESP32C3 board * Operates in two modes gravity monitoring and configuration mode * Gravity mode is comparable to how the iSpindle works when collectintg data * Configuration mode has a modern HTML5 based web UI. No need to start the access point to change settings diff --git a/src_docs/source/releases.rst b/src_docs/source/releases.rst index 143eebf..62a633e 100644 --- a/src_docs/source/releases.rst +++ b/src_docs/source/releases.rst @@ -14,6 +14,10 @@ Issues adressed ++++++++++++++++ * BUG: The first portion of a format template was lost when doing conversion. +Documentation ++++++++++++++ +* Updated hardware section with options for ESP32 boards + v1.1.0 ======