|
| 1 | +## ESP_AT_Lib |
| 2 | + |
| 3 | +[](https://www.ardu-badge.com/ESP_AT_Lib) |
| 4 | +[](https://github.com/khoih-prog/ESP_AT_Lib/releases) |
| 5 | +[](https://github.com/khoih-prog/ESP_AT_Lib/blob/master/LICENSE) |
| 6 | +[](#Contributing) |
| 7 | +[](http://github.com/khoih-prog/ESP_AT_Lib/issues) |
| 8 | + |
| 9 | + |
| 10 | +--- |
| 11 | +--- |
| 12 | + |
| 13 | +## Table of Contents |
| 14 | + |
| 15 | +* [Changelog](#changelog) |
| 16 | + * [Releases v1.4.1](#releases-v141) |
| 17 | + * [Releases v1.4.0](#releases-v140) |
| 18 | + * [Releases v1.3.0](#releases-v130) |
| 19 | + * [Releases v1.2.0](#releases-v120) |
| 20 | + * [Releases v1.1.0](#releases-v110) |
| 21 | + * [Releases v1.0.0](#releases-v100) |
| 22 | + |
| 23 | +--- |
| 24 | +--- |
| 25 | + |
| 26 | +### Changelog |
| 27 | + |
| 28 | +### Releases v1.4.1 |
| 29 | + |
| 30 | +1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix |
| 31 | +2. Update `Packages' Patches` |
| 32 | + |
| 33 | +### Releases v1.4.0 |
| 34 | + |
| 35 | +1. Add support to Adafruit nRF52 core v0.22.0+ |
| 36 | +2. Add support to Raytac MDBT50Q_RX Dongle |
| 37 | + |
| 38 | +### Releases v1.3.0 |
| 39 | + |
| 40 | +1. Add support to RP2040-based **Nano_RP2040_Connect** boards using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed). |
| 41 | + |
| 42 | + |
| 43 | +### Releases v1.2.0 |
| 44 | + |
| 45 | +1. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO boards** using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed). |
| 46 | +2. Fix compiler warnings |
| 47 | + |
| 48 | +### Releases v1.1.0 |
| 49 | + |
| 50 | +1. Add support to **RASPBERRY_PI_PICO boards** using [Earle Philhower's arduino-pico core](https://github.com/earlephilhower/arduino-pico) |
| 51 | +2. Add support to **SIPEED_MAIX_DUINO boards** |
| 52 | +3. Add Table-of-Contents |
| 53 | +4. Add Version String |
| 54 | + |
| 55 | +### Releases v1.0.0 |
| 56 | + |
| 57 | +1. Add support to **nRF52 (AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.)**. |
| 58 | +2. Add support to **Adafruit SAMD21/SAM51 (Itsy-Bitsy M0/M4, Metro M0/M4, Grand Central M4, Feather M0/M4 Express, etc.)**. |
| 59 | +3. Add support to **STM32F/L/H/G/WB/MP1, Teensy, SAM DUE**. |
| 60 | +4. Add support to **ESP32-AT** shields. |
| 61 | +5. Add debug AT command output |
| 62 | + |
| 63 | + |
0 commit comments