M5Stick Plus 2 support

Hello!

I bought a M5Stick Plus 2, and it is so good to program it with VSC. In my platformio.ini file, I have the library they provided for the device, but the device I found is an older version:

https://docs.platformio.org/en/latest/boards/espressif32/m5stick-c.html

Do I have to update my ini file somehow to match the newer versions specs? (8MB flash and 2MB PSRAM)?

My program compiles just fine, but is there a downside using different board options in performance?

My ini file looks like this:

[env:m5stick-c]
platform = espressif32
board = m5stick-c
framework = arduino
lib_ldf_mode = deep
upload_speed = 1500000
monitor_speed = 115200

build_flags =
-Wl,–allow-multiple-definition

lib_deps =
GitHub - m5stack/M5StickCPlus2
crankyoldgit/IRremoteESP8266 @ ^2.8.6