Page 1 of 1

Disable Booting Message using Arduino IDE

Posted: Tue May 14, 2024 1:23 pm
by drwho30
I'm connecting 3x esp32 devkit1 together.
Serial1 and other pins already is used for other work. Serial0 connecting together via RS485. But every time boot esp32 sent booting message sometime make other esp32 hang.
I searched on forum: pull-down GPIO15 can disable booting message but also disable Serial.Print()
How can I get rid of this please?

Re: Disable Booting Message using Arduino IDE

Posted: Sat May 18, 2024 10:22 am
by drwho30
I tried pull-down GPIO15 with 10k resistor. Booting message was disabled.
Serial.Print() function is still working fine.
Problem is solved. :lol: