Jason2866

Results 1099 comments of Jason2866

Use pioarduino fork. Espressif Arduino core 3.3.2 is supported with all MCUs available from them.

Platformio supports espressif Arduino core 2.0.17 From espressif side the support for core 2.0.17 has ended a long time ago.

@WombatHollow See #1225 tldr wont happen.

Please post your platformio.ini and which OS you are using. A small example where the issue is reproducable would help a lot.

esp32-p4 is not supported in general with Platformio. If you want to use you have to use my fork pioarduino

@brightproject if you want to see this board in pioarduino open a PR (not an issue) in the **fork**! This is the wrong place to ask for boards support for...

this boards json ``` { "build": { "arduino": { "memory_type": "qio_qspi" }, "core": "esp32", "extra_flags": [ "-DBOARD_HAS_PSRAM", "-DARDUINO_RUNNING_CORE=1", "-DARDUINO_EVENT_RUNNING_CORE=1" ], "f_cpu": "240000000L", "f_flash": "80000000L", "flash_mode": "qio", "mcu": "esp32s3", "variant": "esp32s3"...