From d42bae9f23ecdc5e2f7eb04c10c4adddb6753bf5 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen ESP8266
, ESP32
, ESP32-C3
and
- ESP32-S2
. The correct build will be automatically selected
- based on the type of the connected ESP device.
+ ESP8266
, ESP32
, ESP32-C3
,
+ ESP32-S2
and ESP32-S3
. The correct build will
+ be automatically selected based on the type of the connected ESP device.
{ diff --git a/package.json b/package.json index 1e6140b..2da33de 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@material/mwc-formfield": "^0.25.3", "@material/mwc-icon-button": "^0.25.3", "@material/mwc-textfield": "^0.25.3", - "esp-web-flasher": "^5.0.0", + "esp-web-flasher": "^5.1.0", "improv-wifi-serial-sdk": "^2.1.0", "lit": "^2.0.0", "tslib": "^2.3.1" diff --git a/src/const.ts b/src/const.ts index 03414d2..271a279 100644 --- a/src/const.ts +++ b/src/const.ts @@ -5,7 +5,7 @@ export interface Logger { } export interface Build { - chipFamily: "ESP32" | "ESP8266" | "ESP32-S2" | "ESP32-C3"; + chipFamily: "ESP32" | "ESP8266" | "ESP32-S2" | "ESP32-S3" | "ESP32-C3"; parts: { path: string; offset: number;