Page 1 of 1

Build & Flash without Launching monitor?

Posted: Tue Aug 08, 2023 6:55 am
by emaayan
is there a way to execute build and flash WITHOUT automatically launching the esp-idf serial monitor?
i'm using Microsot SerialMonitor which is better in many ways, but it gets blockd if the other serial monitor jumps

Re: Build & Flash without Launching monitor?

Posted: Fri Aug 18, 2023 5:48 pm
by policeman0077
ctrl + e + b then ctrl + e + f
or
you can write a custom task using compound tasks
https://code.visualstudio.com/docs/edi ... ound-tasks

Re: Build & Flash without Launching monitor?

Posted: Wed Aug 23, 2023 9:34 am
by elizabethbravo
policeman0077 wrote:
Fri Aug 18, 2023 5:48 pm
ctrl + e + b then ctrl + e + f
or
you can write a custom task using compound tasks
https://code.visualstudio.com/docs/bloxd io/tasks#_compound-tasks
Wow, it worked without automatically launching the esp-idf serial monitor. Many thanks.