-
Hi all, I installed nvm, nmp and node, but it seams that it isn't used during build process. Any Ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See https://emsesp.org/Building/ @MichaelDvP shall we just change the default envs for pio to build all standalone targets and not the CI/GH Action ones? |
Beta Was this translation helpful? Give feedback.
Pio run' will, by default, use the GitHub actions CI targets. If you're building locally, you need to choose the right target for PIO: either
s3_16M_Pif it's an ESP32-S3 (for a BBQKees S3) or
s_16M_P` for an ESP32 (like the BBQKees E32V2).See https://emsesp.org/Building/
@MichaelDvP shall we just change the default envs for pio to build all standalone targets and not the CI/GH Action ones?