disable monitor in tycmd (platformio)

Status
Not open for further replies.

brianmichalk

Active member
I have three teensies that have identical code except for a #define identifier that configures each target board. I set this with a -D compiler option.
I have platformio configured with multiple environments, and they all compile, but when tycmd uploads the firmware, it enters the miniterm serial monitor, and does not upload firmware to the remaining boards.

How do I disable the monitor when using tycmd?
 
SOLVED:

I was clicking on the upload button at the bottom of the VSCode screen with platformio. This button has the upload and monitor targets built in. There's probably a way to modify this, but if you run
Code:
platformio run -r upload
Then all of the environments will be processed.
 
Status
Not open for further replies.
Back
Top