Skip to content

Commit

Permalink
docs: Correct some documents description
Browse files Browse the repository at this point in the history
  • Loading branch information
xcguang committed Nov 13, 2019
1 parent 655467d commit c406b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The demo is the AT command set based on uart. You can replace the uart driver wi
- [ESP32_AT_Classic_Bluetooth.md](docs/ESP32_AT_Classic_Bluetooth.md): The example for ESP AT classic bluetooth command
- [ESP32_AT_Ethernet.md](docs/ESP32_AT_Ethernet.md): How to use ethernet
- [tools](tools/README.md): Some tools ESP AT used
- virtual machine (for windows user): [`http://download.espressif.com/esp_share/env/esp_ubuntu18.04_64bit.ova`](http://download.espressif.com/esp_share/env/esp_ubuntu18.04_64bit.ova)
- virtual machine (for windows 64bits user): [`http://download.espressif.com/esp_share/env/ubuntu1804.ova`](http://download.espressif.com/esp_share/env/ubuntu1804.ova)
- https://blog.csdn.net/espressif/article/details/79316992: CSDN espressif official blog in Chinese

# 概述
Expand All @@ -31,5 +31,5 @@ libat_core.a 是 AT 命令集的核心部分, 包含默认的 AT 指令集, 具
- [ESP32_AT_Classic_Bluetooth.md](docs/ESP32_AT_Classic_Bluetooth.md): ESP AT 经典蓝牙指令集示例
- [ESP32_AT_Ethernet.md](docs/ESP32_AT_Ethernet.md): 如何使用 ethernet 接口
- [tools](tools/README.md): 其它一些 ESP AT 相关工具
- 虚拟机下载地址(供 windows 虚拟机客户使用): [`http://download.espressif.com/esp_share/env/esp_ubuntu18.04_64bit.ova`](http://download.espressif.com/esp_share/env/esp_ubuntu18.04_64bit.ova)
- 虚拟机下载地址(供 64 位 windows 虚拟机客户使用): [`http://download.espressif.com/esp_share/env/ubuntu1804.ova`](http://download.espressif.com/esp_share/env/ubuntu1804.ova)
- https://blog.csdn.net/espressif/article/details/79316992: CSDN espressif 中文官方博客
2 changes: 1 addition & 1 deletion docs/ESP_AT_Commands_Set.md
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ Example:

AT+CIPSTART="UDP","192.168.101.110",1000,1002,2
AT+CIPSTART="UDP","192.168.101.110",1000,,,"192.168.101.100"
#### [ESP32 Only] 4.3.3 Establish SSL Connection
#### 4.3.3 Establish SSL Connection
Set Command:

AT+CIPSTART=[<link ID>,]<type>,<remote IP>,<remote port>[,<TCP keep alive>][,<local IP>]
Expand Down

0 comments on commit c406b2b

Please sign in to comment.