Re: Only logging in VSC Terminal after upload, not after restart
Posted: Sun Dec 24, 2023 12:27 pm
by Basalt
I can easily add a small delay in the setup() of my program, if needed in addition to "while (!Serial) {}".
However, any (re)boot logging from the ESP32-S2 itself prior to that will get lost anyway, and that's exactly my problem.
Re: Only logging in VSC Terminal after upload, not after restart
Posted: Mon Dec 25, 2023 1:40 am
by lbernstone
You can troll me about it, or you can buy a board from the manufacturer that has the capabilities you need.
https://www.amazon.com/Espressif-ESP32- ... B0B97K3LJQ
Re: Only logging in VSC Terminal after upload, not after restart
Posted: Mon Dec 25, 2023 10:05 am
by Basalt
I don’t intend to troll anyone on this topic, just want to make clear what problem I’m facing specifically with the S2.
Selecting another board with a second USB port could be an option, but always leads to bigger dimensions that don’t fit my application. I will look for another board, possibly with S3 instead.
Thanks for your support.