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

Commit 4cfdb48

Browse files
authored
v1.4.2 to update PIO
### Releases v1.4.2 1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix 2. Update `Packages' Patches`
1 parent 3aa2b56 commit 4cfdb48

27 files changed

+88
-60
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ This [**WiFiWebServer library**](https://github.com/khoih-prog/WiFiWebServer) cu
192192
6. [`Arduino SAM DUE core v1.6.12+`](https://github.com/arduino/ArduinoCore-sam) for SAM DUE ARM Cortex-M3 boards.
193193
7. [`Arduino SAMD core 1.8.11+`](https://github.com/arduino/ArduinoCore-samd) for SAMD ARM Cortex-M0+ boards. [![GitHub release](https://img.shields.io/github/release/arduino/ArduinoCore-samd.svg)](https://github.com/arduino/ArduinoCore-samd/releases/latest)
194194
8. [`Adafruit SAMD core 1.7.5+`](https://github.com/adafruit/ArduinoCore-samd) for SAMD ARM Cortex-M0+ and M4 boards (Nano 33 IoT, etc.). [![GitHub release](https://img.shields.io/github/release/adafruit/ArduinoCore-samd.svg)](https://github.com/adafruit/ArduinoCore-samd/releases/latest)
195-
9. [`Seeeduino SAMD core 1.8.1+`](https://github.com/Seeed-Studio/ArduinoCore-samd) for SAMD21/SAMD51 boards (XIAO M0, Wio Terminal, etc.). [![Latest release](https://img.shields.io/github/release/Seeed-Studio/ArduinoCore-samd.svg)](https://github.com/Seeed-Studio/ArduinoCore-samd/releases/latest/)
195+
9. [`Seeeduino SAMD core 1.8.2+`](https://github.com/Seeed-Studio/ArduinoCore-samd) for SAMD21/SAMD51 boards (XIAO M0, Wio Terminal, etc.). [![Latest release](https://img.shields.io/github/release/Seeed-Studio/ArduinoCore-samd.svg)](https://github.com/Seeed-Studio/ArduinoCore-samd/releases/latest/)
196196

197197
10. [`Adafruit nRF52 v1.1.0+`](https://github.com/adafruit/Adafruit_nRF52_Arduino) 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. [![GitHub release](https://img.shields.io/github/release/adafruit/Adafruit_nRF52_Arduino.svg)](https://github.com/adafruit/Adafruit_nRF52_Arduino/releases/latest)
198198

@@ -204,7 +204,7 @@ This [**WiFiWebServer library**](https://github.com/khoih-prog/WiFiWebServer) cu
204204

205205
14. [`Functional-VLPP library v1.0.2+`](https://github.com/khoih-prog/functional-vlpp) to use server's lambda function. To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/Functional-Vlpp.svg?)](https://www.ardu-badge.com/Functional-Vlpp)
206206
15. [`WiFiNINA_Generic library v1.8.13+`](https://github.com/khoih-prog/WiFiNINA_Generic) if using WiFiNINA. To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/WiFiNINA_Generic.svg?)](https://www.ardu-badge.com/WiFiNINA_Generic).
207-
16. [`ESP_AT_Lib library v1.4.0+`](https://github.com/khoih-prog/ESP_AT_Lib) if using ESP8288/ESP32-AT shields. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_AT_Lib.svg?)](https://www.ardu-badge.com/ESP_AT_Lib).
207+
16. [`ESP_AT_Lib library v1.4.1+`](https://github.com/khoih-prog/ESP_AT_Lib) if using ESP8288/ESP32-AT shields. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_AT_Lib.svg?)](https://www.ardu-badge.com/ESP_AT_Lib).
208208
17. [`Modified WiFi101 Library v0.16.1+`](https://github.com/khoih-prog/WiFi101) to use SAMD MKR1000, etc. boards with WiFi101.
209209
18. [`WiFiEspAT library v1.3.1+`](https://github.com/jandrassy/WiFiEspAT) if using ESP8288/ESP32-AT shields. [![GitHub release](https://img.shields.io/github/release/jandrassy/WiFiEspAT.svg)](https://github.com/jandrassy/WiFiEspAT/releases/latest)
210210

@@ -227,7 +227,7 @@ You can also use this link [![arduino-library-badge](https://www.ardu-badge.com/
227227

228228
1. Install [VS Code](https://code.visualstudio.com/)
229229
2. Install [PlatformIO](https://platformio.org/platformio-ide)
230-
3. Install [**WiFiWebServer** library](https://platformio.org/lib/show/7152/WiFiWebServer) or [**WiFiWebServer** library](https://platformio.org/lib/show/11453/WiFiWebServer) by using [Library Manager](https://platformio.org/lib/show/7152/WiFiWebServer/installation) or [Library Manager](https://platformio.org/lib/show/11453/WiFiWebServer/installation). Search for **WiFiWebServer** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
230+
3. Install [**WiFiWebServer** library](https://platformio.org/lib/show/7152/WiFiWebServer) by using [Library Manager](https://platformio.org/lib/show/7152/WiFiWebServer/installation). Search for **WiFiWebServer** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
231231
4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html)
232232

233233
---
@@ -446,12 +446,12 @@ With core after v1.5.0, this step is not necessary anymore thanks to the PR [Add
446446

447447
#### 9. For Portenta_H7 boards using Arduino IDE in Linux
448448

449-
**To be able to upload firmware to Portenta_H7 using Arduino IDE in Linux (Ubuntu, etc.)**, you have to copy the file [portenta_post_install.sh](Packages_Patches/arduino/hardware/mbed_portenta/2.4.1/portenta_post_install.sh) into mbed_portenta directory (~/.arduino15/packages/arduino/hardware/mbed_portenta/2.4.1/portenta_post_install.sh).
449+
**To be able to upload firmware to Portenta_H7 using Arduino IDE in Linux (Ubuntu, etc.)**, you have to copy the file [portenta_post_install.sh](Packages_Patches/arduino/hardware/mbed_portenta/2.5.2/portenta_post_install.sh) into mbed_portenta directory (~/.arduino15/packages/arduino/hardware/mbed_portenta/2.5.2/portenta_post_install.sh).
450450

451451
Then run the following command using `sudo`
452452

453453
```
454-
$ cd ~/.arduino15/packages/arduino/hardware/mbed_portenta/2.4.1
454+
$ cd ~/.arduino15/packages/arduino/hardware/mbed_portenta/2.5.2
455455
$ chmod 755 portenta_post_install.sh
456456
$ sudo ./portenta_post_install.sh
457457
```
@@ -464,9 +464,9 @@ This will create the file `/etc/udev/rules.d/49-portenta_h7.rules` as follows:
464464
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="035b", GROUP="plugdev", MODE="0666"
465465
```
466466

467-
Supposing the ArduinoCore-mbed core version is 2.4.1. Now only one file must be copied into the directory:
467+
Supposing the ArduinoCore-mbed core version is 2.5.2. Now only one file must be copied into the directory:
468468

469-
- `~/.arduino15/packages/arduino/hardware/mbed_portenta/2.4.1/portenta_post_install.sh`
469+
- `~/.arduino15/packages/arduino/hardware/mbed_portenta/2.5.2/portenta_post_install.sh`
470470

471471
Whenever a new version is installed, remember to copy this files into the new version directory. For example, new version is x.yy.zz
472472

@@ -1331,7 +1331,7 @@ The following are debug terminal output and screen shot when running example [**
13311331

13321332
```
13331333
Starting AdvancedServer on SAMD_NANO_33_IOT
1334-
WiFiWebServer v1.4.1
1334+
WiFiWebServer v1.4.2
13351335
[NN] ===============================
13361336
[NN]
13371337
Used/default SPI pinout:
@@ -1511,7 +1511,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L
15111511

15121512
```
15131513
Starting SimpleWebSocket on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1514-
WiFiWebServer v1.4.1
1514+
WiFiWebServer v1.4.2
15151515
Connecting to SSID: HueNet1
15161516
You're connected to the network, IP = 192.168.2.98
15171517
SSID: HueNet1, Signal strength (RSSI):-24 dBm
@@ -1545,7 +1545,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L
15451545

15461546
```
15471547
Starting SimpleHTTPExample on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1548-
WiFiWebServer v1.4.1
1548+
WiFiWebServer v1.4.2
15491549
Connecting to SSID: HueNet1
15501550
You're connected to the network, IP = 192.168.2.98
15511551
SSID: HueNet1, Signal strength (RSSI):-21 dBm
@@ -1605,7 +1605,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L
16051605

16061606
```
16071607
Starting DweetPost on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1608-
WiFiWebServer v1.4.1
1608+
WiFiWebServer v1.4.2
16091609
Connecting to SSID: HueNet1
16101610
You're connected to the network, IP = 192.168.2.98
16111611
SSID: HueNet1, Signal strength (RSSI):-22 dBm
@@ -1628,7 +1628,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L
16281628

16291629
```
16301630
Starting DweetGet on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1631-
WiFiWebServer v1.4.1
1631+
WiFiWebServer v1.4.2
16321632
Connecting to SSID: HueNet1
16331633
You're connected to the network, IP = 192.168.2.98
16341634
SSID: HueNet1, Signal strength (RSSI):-25 dBm
@@ -1658,7 +1658,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L
16581658

16591659
```
16601660
Starting MQTTClient_Auth on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1661-
WiFiWebServer v1.4.1
1661+
WiFiWebServer v1.4.2
16621662
Please upgrade the firmware
16631663
Connecting to WPA SSID: HueNet1
16641664
Connected! IP address: 192.168.2.98
@@ -1679,7 +1679,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L
16791679
```
16801680
Start MQTT_ThingStream on SAMD_NANO_33_IOT
16811681
Starting MQTTClient_Auth on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1682-
WiFiWebServer v1.4.1
1682+
WiFiWebServer v1.4.2
16831683
Please upgrade the firmware
16841684
Connecting to WPA SSID: HueNet1
16851685
Connected! IP address: 192.168.2.98
@@ -1707,7 +1707,7 @@ The terminal output of **RASPBERRY_PI_PICO with Custom WiFi (ESP8266-AT) using C
17071707

17081708
```
17091709
Starting WebClientRepeating on RASPBERRY_PI_PICO with Custom WiFi using Custom WiFi Library
1710-
WiFiWebServer v1.4.1
1710+
WiFiWebServer v1.4.2
17111711
WiFi shield init done
17121712
Connecting to SSID: HueNet1
17131713
You're connected to the network, IP = 192.168.2.76
@@ -1780,7 +1780,7 @@ The following are debug terminal output and screen shot when running example [**
17801780

17811781
```
17821782
Starting AdvancedServer on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library
1783-
WiFiWebServer v1.4.1
1783+
WiFiWebServer v1.4.2
17841784
Connecting to WPA SSID: HueNet1
17851785
HTTP server started @ 192.168.2.130
17861786
H[WIFI] handleClient: New Client
@@ -1911,7 +1911,7 @@ The terminal output of **ESP32_DEV** running [SimpleHTTPExample example](example
19111911
19121912
19131913
Starting SimpleHTTPExample on ESP32_DEV with ESP WiFi using WiFi Library
1914-
WiFiWebServer v1.4.1
1914+
WiFiWebServer v1.4.2
19151915
Connecting to SSID: HueNet1
19161916
You're connected to the network, IP = 192.168.2.80
19171917
SSID: HueNet1, Signal strength (RSSI):-23 dBm
@@ -1978,7 +1978,7 @@ The following are debug terminal output and screen shot when running example [**
19781978

19791979
```
19801980
Starting AdvancedServer on PORTENTA_H7_M7 with Portenta_H7 WiFi
1981-
WiFiWebServer v1.4.1
1981+
WiFiWebServer v1.4.2
19821982
Connecting to WPA SSID: HueNet1
19831983
HTTP server started @ 192.168.2.130
19841984
```
@@ -1992,7 +1992,7 @@ The terminal output of **PORTENTA_H7_M7 with Portenta_H7 WiFi** running [MQTTCli
19921992

19931993
```
19941994
Starting MQTTClient_Auth on PORTENTA_H7_M7 with Portenta_H7 WiFi
1995-
WiFiWebServer v1.4.1
1995+
WiFiWebServer v1.4.2
19961996
Connecting to SSID: HueNet1
19971997
Connected! IP address: 192.168.2.130
19981998
Attempting MQTT connection to broker.emqx.io...connected
@@ -2012,7 +2012,7 @@ The terminal output of **PORTENTA_H7_M7 with Portenta_H7 WiFi** running [WebClie
20122012

20132013
```
20142014
Starting WebClientRepeating on PORTENTA_H7_M7 with Portenta_H7 WiFi
2015-
WiFiWebServer v1.4.1
2015+
WiFiWebServer v1.4.2
20162016
Connecting to SSID: HueNet1
20172017
You're connected to the network, IP = 192.168.2.130
20182018
SSID: HueNet1, Signal strength (RSSI):-33 dBm

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
## Table of Contents
1313

1414
* [Changelog](#changelog)
15+
* [Releases v1.4.2](#releases-v142)
1516
* [Releases v1.4.1](#releases-v141)
1617
* [Major Releases v1.4.0](#major-releases-v140)
1718
* [Releases v1.3.1](#releases-v131)
@@ -33,6 +34,11 @@
3334

3435
## Changelog
3536

37+
### Releases v1.4.2
38+
39+
1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
40+
2. Update `Packages' Patches`
41+
3642
### Releases v1.4.1
3743

3844
1. Change option for PIO `lib_compat_mode` from default `soft` to `strict` to minimize compile error in crosss-platform

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WiFiWebServer",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"keywords": "wifi, wi-fi, WebServer, WiFiNINA, WiFi101, ESP32, Portenta-H7, Teensy, SAM DUE, SAMD, STM32, nRF52, rpi-pico, rp2040, HTTP-Client, WebSocket-Client, server, client, websocket, AVR, Mega",
55
"description": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries.",
66
"authors":
@@ -25,7 +25,7 @@
2525
"dependencies":
2626
[
2727
{
28-
"owner": "khoih.prog",
28+
"owner": "khoih-prog",
2929
"name": "WiFiNINA_Generic",
3030
"version": ">=1.8.13",
3131
"platforms": ["*"]
@@ -39,7 +39,7 @@
3939
{
4040
"owner": "khoih-prog",
4141
"name": "ESP_AT_Lib",
42-
"version": ">=1.4.0",
42+
"version": ">=1.4.1",
4343
"platforms": ["*"]
4444
},
4545
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WiFiWebServer
2-
version=1.4.1
2+
version=1.4.2
33
author=Khoi Hoang
44
license=MIT
55
maintainer=Khoi Hoang <[email protected]>

platformio/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ lib_deps =
4040
; PlatformIO 4.x
4141
Functional-Vlpp@>=1.0.2
4242
WiFiNINA_Generic@>=1.8.13
43-
ESP_AT_Lib@>=1.4.0
43+
ESP_AT_Lib@>=1.4.1
4444
; PlatformIO 5.x
4545
; khoih-prog/Functional-Vlpp@>=1.0.2
46-
; khoih.prog/WiFiNINA_Generic@>=1.8.13
47-
; khoih-prog/ESP_AT_Lib@>=1.4.0
46+
; khoih-prog/WiFiNINA_Generic@>=1.8.13
47+
; khoih-prog/ESP_AT_Lib@>=1.4.1
4848

4949
build_flags =
5050
; set your debug output (default=Serial)

src/Parsing-impl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@file Esp8266WebServer.h
1313
@author Ivan Grokhotkov
1414
15-
Version: 1.4.1
15+
Version: 1.4.2
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -32,6 +32,7 @@
3232
1.3.1 K Hoang 06/09/2021 Add support to ESP32/ESP8266 to use in some rare use-cases
3333
1.4.0 K Hoang 07/09/2021 Add support to Portenta H7
3434
1.4.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
35+
1.4.2 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
3536
***************************************************************************************************************************************/
3637

3738
#pragma once

src/WiFiHttpClient.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@file Esp8266WebServer.h
1313
@author Ivan Grokhotkov
1414
15-
Version: 1.4.1
15+
Version: 1.4.2
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -32,6 +32,7 @@
3232
1.3.1 K Hoang 06/09/2021 Add support to ESP32/ESP8266 to use in some rare use-cases
3333
1.4.0 K Hoang 07/09/2021 Add support to Portenta H7
3434
1.4.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
35+
1.4.2 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
3536
*****************************************************************************************************************************/
3637

3738
// Library to simplify HTTP fetching on Arduino

src/WiFiWebServer-impl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@file Esp8266WebServer.h
1313
@author Ivan Grokhotkov
1414
15-
Version: 1.4.1
15+
Version: 1.4.2
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -32,6 +32,7 @@
3232
1.3.1 K Hoang 06/09/2021 Add support to ESP32/ESP8266 to use in some rare use-cases
3333
1.4.0 K Hoang 07/09/2021 Add support to Portenta H7
3434
1.4.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
35+
1.4.2 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
3536
***************************************************************************************************************************************/
3637

3738
#pragma once

src/WiFiWebServer.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@file Esp8266WebServer.h
1313
@author Ivan Grokhotkov
1414
15-
Version: 1.4.1
15+
Version: 1.4.2
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -32,17 +32,18 @@
3232
1.3.1 K Hoang 06/09/2021 Add support to ESP32/ESP8266 to use in some rare use-cases
3333
1.4.0 K Hoang 07/09/2021 Add support to Portenta H7
3434
1.4.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
35+
1.4.2 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
3536
***************************************************************************************************************************************/
3637

3738
#pragma once
3839

39-
#define WIFI_WEBSERVER_VERSION "WiFiWebServer v1.4.1"
40+
#define WIFI_WEBSERVER_VERSION "WiFiWebServer v1.4.2"
4041

4142
#define WIFI_WEBSERVER_VERSION_MAJOR 1
4243
#define WIFI_WEBSERVER_VERSION_MINOR 4
43-
#define WIFI_WEBSERVER_VERSION_PATCH 1
44+
#define WIFI_WEBSERVER_VERSION_PATCH 2
4445

45-
#define WEBSOCKETS2_GENERIC_VERSION_INT 1004001
46+
#define WEBSOCKETS2_GENERIC_VERSION_INT 1004002
4647

4748
#define USE_NEW_WEBSERVER_VERSION true
4849

src/WiFi_HTTPClient/WiFi_HttpClient.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@file Esp8266WebServer.h
1313
@author Ivan Grokhotkov
1414
15-
Version: 1.4.1
15+
Version: 1.4.2
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -32,7 +32,8 @@
3232
1.3.1 K Hoang 06/09/2021 Add support to ESP32/ESP8266 to use in some rare use-cases
3333
1.4.0 K Hoang 07/09/2021 Add support to Portenta H7
3434
1.4.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
35-
*****************************************************************************************************************************/
35+
1.4.2 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
36+
***************************************************************************************************************************************/
3637

3738
// Class to simplify HTTP fetching on Arduino
3839
// (c) Copyright 2010-2011 MCQN Ltd

0 commit comments

Comments
 (0)