rzeldent / esp32cam-rtsp

Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to `pio run -t upload` only on one particular board?

theschles opened this issue · comments

Hi there,

I'm uploading via pio run -t upload. That starts with the AI Thinker...and then tries to upload the next board on the list...and then the next...etc.

How do I tell it to just do the AI Thinker, for instance?

commented

Hi theschles,

This can be done by uncommenting the default_envs in the platformio.ini file for your board type...

Without modifications you can use the -e (--environment) option: https://docs.platformio.org/en/latest/core/userguide/cmd_run.html#options