mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
fix appending 16M to S3 downloads
This commit is contained in:
@@ -83,7 +83,7 @@ const UploadDownload = () => {
|
||||
'.bin';
|
||||
|
||||
const getPlatform = () => {
|
||||
if (data.flash_chip_size === 16384) {
|
||||
if (data.flash_chip_size === 16384 && data.esp_platform !== 'ESP32-S3') {
|
||||
return data.esp_platform + '-16M';
|
||||
}
|
||||
return data.esp_platform;
|
||||
|
||||
Reference in New Issue
Block a user