mirror of https://github.com/arendst/Tasmota.git
S3 Display has 16MB flash
This commit is contained in:
parent
9df016a989
commit
0019ca6c0c
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue