diff --git a/docs/_sources/hardware.rst.txt b/docs/_sources/hardware.rst.txt
index b2e1900..1f3ef7e 100644
--- a/docs/_sources/hardware.rst.txt
+++ b/docs/_sources/hardware.rst.txt
@@ -61,7 +61,7 @@ Here is an image of where I added the resistor for the voltage divider.
ESP32s2 mini
++++++++++++
-Work in progress...
+This is model is now fully supported by gravitymon. Same setup as for ESP32C3 mini.
ESP32 d1 mini
+++++++++++++
diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt
index 563328e..71f7a8e 100644
--- a/docs/_sources/index.rst.txt
+++ b/docs/_sources/index.rst.txt
@@ -3,11 +3,11 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
-Welcome to GravityMon's documentation!
-######################################
+Welcome to GravityMon
+#####################
.. note::
- This documentation reflects **v1.2 - beta 1**. Last updated 2022-10-15
+ This documentation reflects **v1.2 - beta 1**. Last updated 2022-10-22
User interface overview
-----------------------
@@ -23,7 +23,7 @@ This animation shows how the user interface is structured, it reflects an older
Main features
-------------
-* Support either an ESP8266-d1-mini, ESP32-mini or ESP32C3-mini board (see :ref:`hardware`)
+* Support either an ESP8266-d1-mini, ESP32-mini, ESP32S2-mini or ESP32C3-mini board (see :ref:`hardware`)
* Operates in two modes gravity monitoring and configuration mode
* Gravity mode is comparable to how the iSpindle works when collecting data
* Configuration mode has a modern HTML5 based web UI. No need to start the access point to change settings
diff --git a/docs/_sources/installation.rst.txt b/docs/_sources/installation.rst.txt
index 134aa46..37415d8 100644
--- a/docs/_sources/installation.rst.txt
+++ b/docs/_sources/installation.rst.txt
@@ -3,11 +3,13 @@
Installation
------------
-You have these 3 options for flashing this firmware.
+You have these 5 options for flashing this firmware.
* Brewflasher via USB serial
+* Brewflasher WEB via USB serial
* Esptool via USB serial
-* iSpindel web interface
+* iSpindel web interface (only ESP8266)
+* Build from source and flash via VSCode + Platformio
Brewflasher
===========
@@ -16,6 +18,13 @@ The preferred option for flashing GravityMon is using BrewFlasher, its a tools t
on both Windows and Mac. You can download the latest version from here: `Brewflasher