mirror of https://github.com/arendst/Tasmota.git
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"build": {
|
|
"arduino":{
|
|
"ldscript": "esp32s3_out.ld",
|
|
"memory_type": "qio_opi"
|
|
},
|
|
"core": "esp32",
|
|
"extra_flags": "-DCAMERA_MODEL_TTGO_T_CAM_SIM -DBOARD_HAS_PSRAM -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=0 -DARDUINO_USB_MSC_ON_BOOT=0 -DARDUINO_USB_DFU_ON_BOOT=0 -DUSE_USB_CDC_CONSOLE -DESP32_16M -DESP32S3",
|
|
"f_cpu": "240000000L",
|
|
"f_flash": "80000000L",
|
|
"flash_mode": "qio",
|
|
"hwids": [
|
|
[
|
|
"0x303A",
|
|
"0x1001"
|
|
]
|
|
],
|
|
"mcu": "esp32s3",
|
|
"variant": "esp32s3",
|
|
"partitions": "partitions/esp32_partition_app2944k_fs10M.csv"
|
|
},
|
|
"connectivity": [
|
|
"wifi",
|
|
"bluetooth",
|
|
"ethernet"
|
|
],
|
|
"debug": {
|
|
"default_tool": "esp-builtin",
|
|
"onboard_tools": [
|
|
"esp-builtin"
|
|
],
|
|
"openocd_target": "esp32s3.cfg"
|
|
},
|
|
"frameworks": [
|
|
"espidf",
|
|
"arduino"
|
|
],
|
|
"name": "LilyGo T-SIMCAM ESP32-S3 16M Flash 8MB OPI PSRAM, Tasmota 2944k Code/OTA, 10M FS",
|
|
"upload": {
|
|
"flash_size": "16MB",
|
|
"maximum_ram_size": 327680,
|
|
"maximum_size": 16777216,
|
|
"require_upload_port": true,
|
|
"before_reset": "usb_reset",
|
|
"speed": 460800
|
|
},
|
|
"url": "https://github.com/Xinyuan-LilyGO/LilyGo-Camera-Series",
|
|
"vendor": "LilyGo"
|
|
}
|