You can chat about native SDK questions and issues here.

User avatar
By Jerry Wu
#72334 I'm using HTTP_Client_Demo project, and I found that it print out some system information that I didn't see where to print out the information during connecting to WIFI AP.
because I want to use UART to communicate with other MCU, I need fully control on UART.
I searched whole project and still don't know which function print out it, so I just delete all code in user_init() making ESP8266 doing nothing, but the information still come out. Furthermore, it will auto connect to the AP last connect to, and if connection fail, reconnect after 1s.
It seems that there is a timer triggered every 1 second doing the reconnecting work.

does anyone knows what going on? or I just missing something?