Hello,
I am using and NodeMCU ESP8266 and I want to use UART2 to communicate with a sensor.
I understand, that UART2 is UART0 on different Pins and can be accessed via SERIAL. SWAP(). However I am not sure if i can use USB to flash the Controller once the swap was executed.
So my question is: is it possible? for example by pressing the boot button?
I know that i could swap back but i don't want to implement this in my code.