-->
Page 1 of 1

Garbage logs (wifi :state) SDK AT

PostPosted: Wed May 05, 2021 6:33 am
by qaqa85
AT version:2.2.0.0-dev(3241d23 - ESP8266 - Mar 12 2021 07:09:37)
SDK version:v3.4-rc-dirty
compile time(3c98ddc):May 5 2021 13:24:02
Bin version:2.0.0 -


Hi I got problem with garbage logs. Every time when I connecting to AP i see logs like this:
Code: Select allI (47971) wifi:state: 0 -> 2 (b0)
I (47975) wifi:state: 2 -> 3 (0)
I (47979) wifi:state: 3 -> 5 (10)
I (47990) wifi:connected with axis_konstr, aid = 12, channel 11, HT20, bssid = 50:c7:bf:1b:d6:1a
WIFI CONNECTED
WIFI GOT IP


Do u know how i can disable this? Already disable all logs in menuconfig

Re: Garbage logs (wifi :state) SDK AT

PostPosted: Thu May 06, 2021 12:51 am
by JurajA
did you build the firmware or did you download it?
the debug output can be configured for build

Re: Garbage logs (wifi :state) SDK AT

PostPosted: Thu May 06, 2021 1:47 am
by qaqa85
Thanks for answear.
I using this https://github.com/espressif/esp-at. I already disable logs in
menuconfig -> Component config / Log output / Default log verbosity / No output

Re: Garbage logs (wifi :state) SDK AT

PostPosted: Thu May 06, 2021 5:18 am
by qaqa85
.