You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ The ESP8266_AT_Web_Server class found in `ESP8266_AT_Web_Server.h` header, is a
188
188
8.[`Adafruit nRF52 v1.2.0+`](https://www.adafruit.com) for nRF52 boards such as Adafruit NRF52840_FEATHER, NRF52832_FEATHER, NRF52840_FEATHER_SENSE, NRF52840_ITSYBITSY, NRF52840_CIRCUITPLAY, NRF52840_CLUE, NRF52840_METRO, NRF52840_PCA10056, PARTICLE_XENON, **NINA_B302_ublox**, etc. [](https://github.com/adafruit/Adafruit_nRF52_Arduino/releases/latest). Please remember to use latest [`Packages_Patches`](https://github.com/khoih-prog/WiFiWebServer/tree/master/Packages_Patches) or getting compiler errors.
189
189
9.[`Arduino Core for STM32 v2.2.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32F/L/H/G/WB/MP1 boards. [](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest)
190
190
10.[`Arduino mbed_rp2040 core 2.6.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino (Use Arduino Board Manager) RP2040-based boards, such as **Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, etc.**. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
191
-
11.[`Earle Philhower's arduino-pico core v1.9.9+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
191
+
11.[`Earle Philhower's arduino-pico core v1.9.10+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
192
192
12.[`Sipeed Maixduino core v0.3.11+`](https://github.com/sipeed/Maixduino) for K210-RISC-V-based boards such as **Maixduino AI Development Kit K210 RISC-V AI + IoT ESP32, Sipeed Maix Go, Sipeed Maix Bit**, etc. [](https://github.com/sipeed/Maixduino/releases/latest)
193
193
13.[`Functional-VLPP library v1.0.2+`](https://github.com/khoih-prog/functional-vlpp) to use server's lambda function. To install. check [](https://www.ardu-badge.com/Functional-Vlpp)
194
194
14.[`Ai-Thinker AT Firmware v1.5.4`](AT_Firmwares/At_firmware_bin1.54.zip) or [`AT Firmware v1.7.4.0`](AT_Firmwares/AT_Firmware_bin_1.7.4.0.zip) for ESP8266-AT shields.
@@ -1424,7 +1424,7 @@ The following are debug terminal output when running example [AdvancedWebServer]
1424
1424
1425
1425
```
1426
1426
Starting AdvancedWebServer on NRF52840_ITSYBITSY_EXPRESS
1427
-
ESP8266_AT_WebServer v1.5.1
1427
+
ESP8266_AT_WebServer v1.5.2
1428
1428
[ESP_AT] Initializing ESP module
1429
1429
[ESP_AT] Use ES8266-AT Command
1430
1430
WiFi shield init done
@@ -1553,7 +1553,7 @@ The following are debug terminal output when running example [MQTT_ThingStream](
1553
1553
1554
1554
```
1555
1555
Start MQTT_ThingStream on ITSYBITSY_M4 with ESP8266-AT & ESP8266_AT_WebServer Library
1556
-
ESP8266_AT_WebServer v1.5.1
1556
+
ESP8266_AT_WebServer v1.5.2
1557
1557
[ESP_AT] Use ES8266-AT Command
1558
1558
WiFi shield init done
1559
1559
Connecting to SSID: HueNet1
@@ -1588,7 +1588,7 @@ The following are debug terminal output when running example [MQTTClient_Auth](e
1588
1588
1589
1589
```
1590
1590
Starting MQTTClient_Auth on ITSYBITSY_M4 with ESP8266-AT & ESP8266_AT_WebServer Library
1591
-
ESP8266_AT_WebServer v1.5.1
1591
+
ESP8266_AT_WebServer v1.5.2
1592
1592
[ESP_AT] Use ES8266-AT Command
1593
1593
WiFi shield init done
1594
1594
Connecting to SSID: HueNet1
@@ -1614,7 +1614,7 @@ The following are debug terminal output when running example [MQTTClient_Basic](
1614
1614
1615
1615
```
1616
1616
MQTTClient_Basic on ITSYBITSY_M4 with ESP8266-AT & ESP8266_AT_WebServer Library
1617
-
ESP8266_AT_WebServer v1.5.1
1617
+
ESP8266_AT_WebServer v1.5.2
1618
1618
[ESP_AT] Use ES8266-AT Command
1619
1619
WiFi shield init done
1620
1620
Connecting to SSID: HueNet1
@@ -1639,7 +1639,7 @@ The following are debug terminal output when running example [WebClientRepeating
1639
1639
1640
1640
```
1641
1641
Starting WebClientRepeating on RASPBERRY_PI_PICO with ESP8266-AT & ESP8266_AT_WebServer Library
1642
-
ESP8266_AT_WebServer v1.5.1
1642
+
ESP8266_AT_WebServer v1.5.2
1643
1643
[ESP_AT] Use ES8266-AT Command
1644
1644
WiFi shield init done
1645
1645
Connecting to SSID: HueNet1
@@ -1708,7 +1708,7 @@ The following are debug terminal output when running example [MQTTClient_Auth](e
1708
1708
1709
1709
```
1710
1710
Starting MQTTClient_Auth on RASPBERRY_PI_PICO with ESP8266-AT & ESP8266_AT_WebServer Library
1711
-
ESP8266_AT_WebServer v1.5.1
1711
+
ESP8266_AT_WebServer v1.5.2
1712
1712
[ESP_AT] Use ES8266-AT Command
1713
1713
WiFi shield init done
1714
1714
Connecting to SSID: HueNet1
@@ -1733,7 +1733,7 @@ The following are debug terminal output when running example [UdpNTPClient](exam
1733
1733
1734
1734
```
1735
1735
Starting UdpNTPClient on MBED RASPBERRY_PI_PICO with ESP8266-AT & ESP8266_AT_WebServer Library
0 commit comments