Page 22 / 30
at + reconn = 1 \ r \ n \ "; // Restart the module
Com_send (commands_WiFi_ap);
Running returns:
at+netmode=2 ok
at+WiFi_conf=HI-LINK,wpa2_aes,12345678 ok
at+dhcpc=1
at+remoteip=192.168.11.245 ok
at+remoteport=8080 ok
at+remotepro=tcp
at+mode=server
at+uart=115200,8,n,1 ok
at+uartpacklen=64 ok
at+uartpacktimeout=10 ok
at+net_commit=1
4.4. Restore factory settings
Code:
char *commands_device_default="\\
at+default=1\r\n\ // Restore factory settings
Com_send(commands_device_default);
Returning returns:
at+default=1
After 1s, the module starts normally, and all configuration parameters are the factory configuration.
For more functions, use the serial port with software for configuration.
The serial port on the left of the software automatically generates the corresponding setting
instructions.