S3 Display has 16MB flash

This commit is contained in:
Jason2866 2022-10-06 16:49:41 +02:00 committed by GitHub
parent 9df016a989
commit 0019ca6c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
],
"mcu": "esp32s3",
"variant": "esp32s3",
"partitions": "partitions/esp32_partition_app2944k_fs2M.csv"
"partitions": "partitions/esp32_partition_app2944k_fs10M.csv"
},
"connectivity": [
"wifi",
@ -33,15 +33,15 @@
"espidf",
"arduino"
],
"name": "LilyGo T-Display-S3 8M Flash xMB OPI PSRAM, Tasmota 2944k Code/OTA, 2112k FS",
"name": "LilyGo T-Display-S3 16M Flash 8MB OPI PSRAM, Tasmota 2944k Code/OTA, 10M FS",
"upload": {
"flash_size": "8MB",
"flash_size": "16MB",
"maximum_ram_size": 327680,
"maximum_size": 8388608,
"maximum_size": 16777216,
"require_upload_port": true,
"before_reset": "usb_reset",
"speed": 460800
},
"url": "https://github.com/Xinyuan-LilyGO/T-Display-S3",
"vendor": "LilyGo"
}
}