From d4dfccddddd2a44f2fb5c62fb03cdc43450e4cf9 Mon Sep 17 00:00:00 2001 From: Magnus Date: Thu, 24 Nov 2022 14:49:34 +0100 Subject: [PATCH] Updating docs for c3v1 --- src_docs/source/compiling.rst | 7 ++++--- src_docs/source/installation.rst | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src_docs/source/compiling.rst b/src_docs/source/compiling.rst index ef1f668..f754e32 100644 --- a/src_docs/source/compiling.rst +++ b/src_docs/source/compiling.rst @@ -30,9 +30,10 @@ In the platformio config there are 3 targets defined * gravity-debug; Maximum logging for trouble shooting, deep sleep is disabled. * gravity-release; Standard release * gravity32-release: Version for ESP32 mini. -* gravity32-c3-release: Version for ESP32 C3 mini. -* gravity32-s2-release: Version for ESP32 S2 mini. -* gravity32-lite-release: Version for ESP32 lite (Floaty hardware). +* gravity32c3-release: Version for ESP32 C3 mini v2.1+. +* gravity32c3v1-release: Version for ESP32 C3 mini v1.0. +* gravity32s2-release: Version for ESP32 S2 mini. +* gravity32lite-release: Version for ESP32 lite (Floaty hardware). .. warning:: The debug target can be unstable and crash the device under certain circumstanses. Excessive logging to the serial port can cause corruption and crashes. diff --git a/src_docs/source/installation.rst b/src_docs/source/installation.rst index 03344b6..b763cd6 100644 --- a/src_docs/source/installation.rst +++ b/src_docs/source/installation.rst @@ -45,8 +45,8 @@ In the /bin directory you will find 4 different firmware builds; * **firmware32c3.bin** - This is the release build for an ESP32c3-mini variant. When flashing an ESP32 you also need the *partition32c3.bin* file that outlines the flash memory structure. Due to - the size of the firmware we are using a custom partition setup. + This is the release build for an ESP32c3-mini variant v2.1 or newer. When flashing an ESP32 you also need the *partition32c3.bin* file that outlines the flash memory structure. Due to + the size of the firmware we are using a custom partition setup. If you have a v1.0 board use the firmware32c3v1.bin instead. * **firmware32s2.bin**