How to prevent debug messages?
Posted: Sun Nov 30, 2014 5:13 am
When starting (independently from the loaded firmware), chip issues some debug output about its life like this:
Or that:
Is it possible to disable this output, because it drives crazy my device which is connected to the UART0 port.
Code: Select all
mode : sta(18:fe:34:9d:5a:64) + softAP(1a:fe:34:9d:5a:64)
add if0
dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)
add if1
bcn 100
scandone
add 0
aid 1
pm open phy2,type:2 0 0
cnt
connected with AP-013, channel 6
dhcp client start...
ip:192.168.1.110,mask:255.255.255.0,gw:192.168.1.100
Or that:
Code: Select all
no AP-015 found, reconnect after 1s
reconnect
scandone
Is it possible to disable this output, because it drives crazy my device which is connected to the UART0 port.