So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By qaqa85
#91265
Code: Select allAT version:2.2.0.0-dev(3241d23 - ESP8266 - Mar 12 2021 07:09:37)
SDK version:v3.4-rc-dirty
compile time(4ab813f):Apr 29 2021 11:40:13
Bin version:2.0.0 - CUSTOM -(ESP8266_1MB)


Hi,
I got a problem with answears from ESP8266. I would like to turn off answears like i paste below.
ESP working as access point.

Code: Select all+STA_DISCONNECTED:"b8:08:cf:11:b8:18"               //when STA disconnect
+STA_CONNECTED:"b8:08:cf:11:b8:18"                     //when STA CONNECT
+DIST_STA_IP:"b8:08:cf:11:b8:18","192.168.1.100"
+STA_DISCONNECTED:"b8:08:cf:11:b8:18"               //WHEN STA disconnect
+STA_CONNECTED:"b8:08:cf:11:b8:18"
+DIST_STA_IP:"b8:08:cf:11:b8:18","192.168.1.100"
CONNECT                                                                        //CONNECTION TO TCP SERVER


Do you have an idea how to turn it off? I disabled all logs in menuconfig.

Thanks for any help.