luc-github/ESP3D-Configurator

[FEATURE REQUEST]Add platformio missing Memory / flash modes

Closed this issue · 1 comments

ESP32 -S3 come with new memory / flash modes as raised in luc-github/ESP3D#781 (comment)

So need to add the new mode in configurators

Flash mode : OPI
image

PSRAM : QSPI/OPI
image

I currently have no board to verify the consistency of these modes- so I do not put in list until someone request it and is able to test it

build_flags = -DBOARD_HAS_PSRAM
board_build.arduino.memory_type = qio_opi

implemented