diff --git a/src_docs/source/configuration.rst b/src_docs/source/configuration.rst index d1f5565..61eb4ef 100644 --- a/src_docs/source/configuration.rst +++ b/src_docs/source/configuration.rst @@ -301,6 +301,10 @@ This is the max amount of deviation allowed for a stable reading. This is the maximum devation on the formlula allowed for it to be accepted. Once the formula has been derived it will be validated against the supplied data and of the deviation on any point is bigger the formula will be rejected. +* **Ignore angles below water:** + +If this option is checked any angles below that of SG 1 will be discarded as invalid and never sent to any server. Default = off. + * **DS18B20 Resolution:** Define the resolution used on the temp sensor. 9 bits is default and will give an accuracy of 0.5C, 12 bits will give an accuracy of 0.0625C but will also diff --git a/src_docs/source/images/config1.png b/src_docs/source/images/config1.png index bbb4585..2f3302f 100644 Binary files a/src_docs/source/images/config1.png and b/src_docs/source/images/config1.png differ diff --git a/src_docs/source/images/config2.png b/src_docs/source/images/config2.png index 75a8c73..7656c5e 100644 Binary files a/src_docs/source/images/config2.png and b/src_docs/source/images/config2.png differ diff --git a/src_docs/source/images/config2b.png b/src_docs/source/images/config2b.png index cebc435..24b47b4 100644 Binary files a/src_docs/source/images/config2b.png and b/src_docs/source/images/config2b.png differ diff --git a/src_docs/source/images/config3.png b/src_docs/source/images/config3.png index e19d37e..61c649e 100644 Binary files a/src_docs/source/images/config3.png and b/src_docs/source/images/config3.png differ diff --git a/src_docs/source/images/config4.png b/src_docs/source/images/config4.png index 8991d5f..e221f7b 100644 Binary files a/src_docs/source/images/config4.png and b/src_docs/source/images/config4.png differ diff --git a/src_docs/source/images/config5.png b/src_docs/source/images/config5.png index e2bfd6e..d6920aa 100644 Binary files a/src_docs/source/images/config5.png and b/src_docs/source/images/config5.png differ diff --git a/src_docs/source/images/formula1.png b/src_docs/source/images/formula1.png index dede459..b67b161 100644 Binary files a/src_docs/source/images/formula1.png and b/src_docs/source/images/formula1.png differ diff --git a/src_docs/source/images/formula2.png b/src_docs/source/images/formula2.png index 6ed084d..33c5445 100644 Binary files a/src_docs/source/images/formula2.png and b/src_docs/source/images/formula2.png differ diff --git a/src_docs/source/images/gravitymon.gif b/src_docs/source/images/gravitymon.gif index c09fbcc..5eb6150 100644 Binary files a/src_docs/source/images/gravitymon.gif and b/src_docs/source/images/gravitymon.gif differ diff --git a/src_docs/source/images/index.png b/src_docs/source/images/index.png index c12caf5..4346975 100644 Binary files a/src_docs/source/images/index.png and b/src_docs/source/images/index.png differ diff --git a/src_docs/source/images/wifi.png b/src_docs/source/images/wifi.png index 36d38e4..f0b94cd 100644 Binary files a/src_docs/source/images/wifi.png and b/src_docs/source/images/wifi.png differ diff --git a/src_docs/source/index.rst b/src_docs/source/index.rst index e06069c..8e4c78b 100644 --- a/src_docs/source/index.rst +++ b/src_docs/source/index.rst @@ -7,7 +7,10 @@ Welcome to GravityMon's documentation! ###################################### .. note:: - This documentation reflects **v1.0**. Last updated 2022-04-29 + This documentation reflects **v1.0**. Last updated 2022-05-06 + +* Docs for: `v0.8 `_ +* Docs for: `v0.9 `_ .. image:: images/gravitymon.gif :width: 800 diff --git a/src_docs/source/installation.rst b/src_docs/source/installation.rst index c3bb493..240ac26 100644 --- a/src_docs/source/installation.rst +++ b/src_docs/source/installation.rst @@ -122,7 +122,7 @@ Before pressing save on the network infomration, make a note of the devicename t in the next step to access the configuration pages. The link would look like this: **http://gravitymon56EA34.local** Under wifi settings you can define a primary and seconday wifi SSID. The seconday will be used in case the primary fails. If the seconday is -successful then it will be used as primary. +successful then it will be used as primary. *The second wifi setting is optional and not needed.* .. image:: images/wifi.png :width: 200