Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
### New Version v1.0.8

1. Fix bug. 
2. Add features to ESP32-AT.
  • Loading branch information
khoih-prog authored Jul 1, 2020
1 parent 76a3cd1 commit 73d9f27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/ESP8266_AT_Udp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Forked and modified from ESP8266 /~https://github.com/esp8266/Arduino/releases
Built by Khoi Hoang /~https://github.com/khoih-prog/ESP8266_AT_WebServer
Licensed under MIT license
Version: 1.0.7
Version: 1.0.8
Original author:
@file Esp8266WebServer.h
Expand All @@ -22,7 +22,8 @@
1.0.5 K Hoang 17/04/2020 Add support to SAMD51 and SAM DUE boards
1.0.6 K Hoang 11/06/2020 Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense,
Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.
1.0.7 K Hoang 23/06/2020 Add support to ESP32-AT. Update deprecated ESP8266-AT commands. Restructure examples.
1.0.7 K Hoang 23/06/2020 Add support to ESP32-AT. Update deprecated ESP8266-AT commands. Restructure examples.
1.0.8 K Hoang 01/07/2020 Fix bug. Add features to ESP32-AT.
*****************************************************************************************************************************/

#include "ESP8266_AT.h"
Expand Down
3 changes: 2 additions & 1 deletion src/ESP8266_AT_Udp.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Forked and modified from ESP8266 /~https://github.com/esp8266/Arduino/releases
Built by Khoi Hoang /~https://github.com/khoih-prog/ESP8266_AT_WebServer
Licensed under MIT license
Version: 1.0.7
Version: 1.0.8
Original author:
@file Esp8266WebServer.h
Expand All @@ -23,6 +23,7 @@
1.0.6 K Hoang 11/06/2020 Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense,
Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.
1.0.7 K Hoang 23/06/2020 Add support to ESP32-AT. Update deprecated ESP8266-AT commands. Restructure examples.
1.0.8 K Hoang 01/07/2020 Fix bug. Add features to ESP32-AT.
*****************************************************************************************************************************/

#ifndef ESP8266_AT_UDP_h
Expand Down

0 comments on commit 73d9f27

Please sign in to comment.