[SCM] ESP8266 start automatically passthrough

 

AT + CWMODE = 1 // Set WiFi to work in transparent mode

AT + CWJAP_DEF = "XX", "YYY" // set to link wifi name, password, and connect

// set TCP / IP

AT = 1 + SAVETRANSLINK , "192.168.43.1", 8080, " TCP"

 

https://blog.csdn.net/csdnhuaong/article/details/67011585

Guess you like

Origin www.cnblogs.com/cjdty/p/10954658.html