From 977b1df38817e76ff5d28cca0b584c65db328f03 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 25 Aug 2021 08:53:30 -0700 Subject: [PATCH] Update website --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 443bd36..ae9a709 100644 --- a/index.html +++ b/index.html @@ -96,7 +96,7 @@ // In development we import locally. window.location.hostname === "localhost" ? "/dist/web/install-button.js" - : "https://unpkg.com/esp-web-tools@3.4.2/dist/web/install-button.js?module" + : "https://unpkg.com/esp-web-tools@3.5.0/dist/web/install-button.js?module" ); @@ -209,7 +209,7 @@
 <script
   type="module"
-  src="https://unpkg.com/esp-web-tools@3.4.2/dist/web/install-button.js?module"
+  src="https://unpkg.com/esp-web-tools@3.5.0/dist/web/install-button.js?module"
 ></script>
 
 <esp-web-install-button
@@ -242,7 +242,8 @@
       

ESP Web Tools manifest describe the firmware that you want to install. It allows specifying different builds for the different types of ESP - devices. Current supported devices are ESP8266, ESP32 and ESP32-S2. The + devices. Current supported chip families are 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.