platformio/platformio-core
Ver no GitHubCan't build firmware on command line if I specify other targets
Open
#4.862 aberto em 20 de fev. de 2024
build systemhelp wanted
Métricas do repositório
- Stars
- (7.329 stars)
- Métricas de merge de PR
- (Mesclagem média 109d 16h) (5 fundiu PRs em 30d)
Description
I would like to do this (I am trying to build a versioned release package):
pio run -t pre -t buildprog -t buildfs -t post
But buildprog target won't execute if I specify any other targets. build and target_buildprog don't work either.