From 18c20539950eada1802687dcf01e7cad9318b5d5 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen
Date: Mon, 7 Mar 2022 23:33:44 -0800
Subject: [PATCH] Fix S2 and C3 constants in docs
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index e3960d8..2b52dfe 100644
--- a/index.html
+++ b/index.html
@@ -312,8 +312,8 @@
Manifests describe the firmware that you want to offer the user to
install. It allows specifying different builds for the different types
of ESP devices. Current supported chip families are
- ESP8266
, ESP32
, ESP32C3
and
- ESP32S2
. The correct build will be automatically selected
+ ESP8266
, ESP32
, ESP32-C3
and
+ ESP32-S2
. The correct build will be automatically selected
based on the type of the ESP device we detect via the serial port.