-->
Page 2 of 2

Re: Can't set pin mode of GPIO 1

PostPosted: Sat Jan 25, 2020 12:12 am
by gibo77
You can do
Code: Select allSerial.end();
after you have done with your Serial debugging.

https://www.arduino.cc/reference/en/language/functions/communication/serial/end/