mirror of https://github.com/arendst/Tasmota.git
Merge pull request #16249 from Jason2866/core2_qio
core2 does work with `qio`
This commit is contained in:
commit
1a4822ab36
|
@ -7,7 +7,7 @@
|
|||
"extra_flags": "-DARDUINO_M5STACK_Core2 -DBOARD_HAS_PSRAM -DARDUINO_USB_CDC_ON_BOOT=0 -DESP32_16M",
|
||||
"f_cpu": "240000000L",
|
||||
"f_flash": "80000000L",
|
||||
"flash_mode": "dout",
|
||||
"flash_mode": "qio",
|
||||
"mcu": "esp32",
|
||||
"variant": "m5stack_core2",
|
||||
"partitions": "partitions/esp32_partition_app2944k_fs10M.csv"
|
||||
|
|
Loading…
Reference in New Issue