Chat freely about anything...

User avatar
By smh
#49786 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