-->
Page 1 of 1

Silence connecting to wifi output on UART0

PostPosted: Sat Jun 25, 2016 11:09 pm
by smh
So while the esp8266 is searching for and connecting the wifi network I've set it up to connect to there is a bunch of stuff printed on UART0.

Like this:
Code: Select allf r0, scandone
no mywifi found, reconnect after 1s
reconnect
f 0, scandone
no mywifi found, reconnect after 1s
reconnect
f -180, scandone
no mywifi found, reconnect after 1s
reconnect


Is there a way to silence this output? I'm logging the data from the output of the UART and don't want this stuff to be in the log.

Thanks