diff --git a/html/config.htm b/html/config.htm index 436af94..5ed546c 100644 --- a/html/config.htm +++ b/html/config.htm @@ -398,7 +398,7 @@
- +
diff --git a/html/config.min.htm b/html/config.min.htm index 67733dd..2de0b19 100644 --- a/html/config.min.htm +++ b/html/config.min.htm @@ -1 +1 @@ -Beer Gravity Monitor

Temperature Format


(10-100) - default 50
(50-1000) - default 500
(1 - 10) - default 1.6 SG

(9 - 12) - default 9 bits

(1 - 60) - default 20 s
(10 - 240) - default 120 s

(0 - 5) - default 0
(0 - 5) - default 0
(0 - 5) - default 0
(0 - 5) - default 0
(0 - 5) - default 0
(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file +Beer Gravity Monitor

Temperature Format


(10-100) - default 50
(50-1000) - default 500
(1 - 10) - default 1.6 SG

(9 - 12) - default 9 bits

(1 - 60) - default 20 s
(10 - 240) - default 120 s

(0 - 5) - default 0
(0 - 5) - default 0
(0 - 5) - default 0
(0 - 5) - default 0
(0 - 5) - default 0
(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file diff --git a/src_docs/source/configuration.rst b/src_docs/source/configuration.rst index c16990a..3bc76f1 100644 --- a/src_docs/source/configuration.rst +++ b/src_docs/source/configuration.rst @@ -235,7 +235,8 @@ Factor used to calcualate the battery voltage. If you get a too low/high voltage * **Config voltage:** -Defines the level of voltage when the device should enter config mode due to charging. This might vary between different battery manufacturers. +Defines the level of voltage when the device should enter config mode due to charging. This might vary between different battery manufacturers. +If you dont what the device to go into configuration mode when charging, set this to 6V. * **Temperature correction:** @@ -251,10 +252,9 @@ been running the value would be totally off. * **Enable storage mode when placed on cap** -Enable storage mode on the device. When place on the cap (<5 degres tilt) the device will go into max sleep. In order to wake it up -you need to do a reset (or wait for the device to wake up). One option is to attach a magnetic reed switch (default open) to the reset pin -and use a magnet to force a reset without opening the tube. The reed switch is typically an electronic component of 14 mm long incapsulated -in a small glass tube. +When place on the cap (<5 degres tilt) the device will go into max sleep. In order to wake it up you need to do a reset (or wait for the device +to wake up). One option is to attach a magnetic reed switch (default open) to the reset pin and use a magnet to force a reset without opening +the tube. The reed switch is typically an electronic component of 14 mm long incapsulated in a small glass tube. * **Bluetooth: (Only ESP32)** diff --git a/src_docs/source/installation.rst b/src_docs/source/installation.rst index 240ac26..a4ce9a2 100644 --- a/src_docs/source/installation.rst +++ b/src_docs/source/installation.rst @@ -121,9 +121,14 @@ in the browser: **http://192.168.4.1** Before pressing save on the network infomration, make a note of the devicename that is shown on the screen, this will be the name that is used in the next step to access the configuration pages. The link would look like this: **http://gravitymon56EA34.local** +.. note:: + When selecting a SSID in the list this will be populated in both wifi fields. This is the behaviour of the wifi manager library that I'm using, + in the future this is planned to be moved to the normal UI. + 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. *The second wifi setting is optional and not needed.* + .. image:: images/wifi.png :width: 200 :alt: Wifi page