Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit ec1ebfb

Browse files
authored
v1.1.0 to add support to RPi-Pico
### Releases v1.1.0 1. Add support to **RASPBERRY_PI_PICO boards** using [Earle Philhower's arduino-pico core](https://github.com/earlephilhower/arduino-pico) 2. Add support to **SIPEED_MAIX_DUINO boards** 3. Add Table-of-Contents 4. Add Version String
1 parent 1361107 commit ec1ebfb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This [**ESP_AT_Lib** library](https://github.com/khoih-prog/ESP_AT_Lib) currentl
122122
---
123123
---
124124

125-
## Changelog
125+
### Changelog
126126

127127
### Releases v1.1.0
128128

@@ -161,7 +161,7 @@ This [**ESP_AT_Lib** library](https://github.com/khoih-prog/ESP_AT_Lib) currentl
161161

162162
### Important Notes about AT Firmwares
163163

164-
### 1. Firmwares tested OK with ESP8266 AT shields
164+
#### 1. Firmwares tested OK with ESP8266 AT shields
165165

166166
- [`Ai-Thinker AT Firmware v1.5.4`](https://github.com/khoih-prog/ESP8266_AT_WebServer/blob/master/AT_Firmwares/At_firmware_bin1.54.zip)
167167

@@ -189,7 +189,7 @@ This [**ESP_AT_Lib** library](https://github.com/khoih-prog/ESP_AT_Lib) currentl
189189
```
190190
191191
192-
### 2. Firmwares tested OK with ESP32 AT shields
192+
#### 2. Firmwares tested OK with ESP32 AT shields
193193
194194
- [`AT version_2.1.0.0_dev`](https://github.com/khoih-prog/ESP8266_AT_WebServer/blob/master/AT_Firmwares/AT_version_2.1.0.0_dev.zip)
195195
@@ -948,7 +948,7 @@ void loop(void)
948948
949949
### Debug Terminal Output Samples
950950
951-
### 1. HTTPGET on RASPBERRY_PI_PICO with ESP8266-AT shield
951+
#### 1. HTTPGET on RASPBERRY_PI_PICO with ESP8266-AT shield
952952
953953
This is the terminal output when running [HTTPGET](examples/HTTPGET) example on **RASPBERRY_PI_PICO with ESP8266-AT shield**:
954954
@@ -1036,7 +1036,7 @@ Sometimes, the library will only work if you update the `ESP8266/ESP32-AT shield
10361036
---
10371037
---
10381038

1039-
## Releases
1039+
### Releases
10401040

10411041
### Releases v1.1.0
10421042

0 commit comments

Comments
 (0)