AT+GMR |
AT+GMR |
AT+GMR |
1. Update AT version to 1.6.0.0;
2. Add a new command AT+SYSMSG to enable some report information;
3. Add a new command AT+CWCOUNTRY ;
AT+CWCOUNTRY=<country_policy>,"country_code",<start_channel>,<total_channel_number>
4. Add new command AT+CIPSERVERMAXCONN ;
AT+CIPSERVERMAXCONN=<num>
5. Update command AT+CWLAP ;
AT+CWLAP
=<ssid>[,<mac>,<ch>,<scan_type>,<scan_time_min>,<scan_time_max>]
6. Update command AT+CWLAPOPT ;
Mask changes from 0x7F to 0x7FF
7. Optimize tcp server by using new espconn_recv ;
8. Fix an issue that getting error irom string when print messages
after upgrade;
9. Fix an issue that baudrate is not correctly set when it was set
at 1,200;
10. Fix an issue that it should return error if the link id is
wrong;
11. Fix an issue that DNS auto mode is used by default;
12. Fix a wrong link id issue when client connection number
reaches maximum;
13. Fix an issue that error will be reported when the maximun
connection number is more than 5;
14. Fix the message is incorrect when creating UDP if ip is a
domain name;
15. Fix GSLP too long time error;
16. Fix that AT+CIPSTART causes busy if the server is connected at
the same time;AT+GMR |
1. Fix an issue that light sleep current is larger than
before.
AT+GMR |
1. Fix station connecting behavior after upgrading from an
old version.
2. Fix wrong SSID query when the length of SSID is 32 bytes.
3. Optimize AT+CIUPDATE behavior.
AT+GMR |
・Add command AT+SYSMSG_DEF and AT+SYSMSG_CUR to instead of
AT+SYSMSG .
・Add AT+CIPCLOSEMODE to select TCP close mode.
・Add a parameter in AT+CWJAP_CUR and AT+CWJAP_DEF to disable the
connection to open/wep router
・Add AT+CIPRECVLEN to get the length of received data in passive
receiving mode.
・Add AT+CIPRECVMODE to set TCP receive mode.
・Add commands to configure SSL client authentication
AT+CIPSSLCCONF?
AT+CIPSSLCCONF=<ssl_mode>
・Replace ssl with mbedtls in AT
・Make SmartConfig optional, users can disable it in application
for smaller bin size and more memory.
・Disable AT+RFAUTOTRACE command.