Skip to content

Commit f091944

Browse files
committed
Fork to fix header file name duplication per: arduino-libraries#91
1 parent 7f36561 commit f091944

File tree

5 files changed

+511
-118
lines changed

5 files changed

+511
-118
lines changed

.piopm

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"type": "library", "name": "ArduinoHttpClient", "version": "0.4.0", "spec": {"owner": "arduino-libraries", "id": 798, "name": "ArduinoHttpClient", "requirements": null, "url": null}}

library.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "ArduinoHttpClient",
3-
"keywords": "http, web, client, ethernet, wifi, GSM",
4-
"description": "Easily interact with web servers from Arduino, using HTTP and WebSocket's.",
5-
"repository":
6-
{
7-
"type": "git",
8-
"url": "https://github.com/arduino-libraries/ArduinoHttpClient.git"
9-
},
10-
"frameworks": "arduino",
11-
"platforms": "*"
12-
}
2+
"name": "ArduinoHttpClient",
3+
"keywords": "http, web, client, ethernet, wifi, GSM",
4+
"description": "Easily interact with web servers from Arduino, using HTTP and WebSocket's.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/Panometric/ArduinoHttpClient.git"
8+
},
9+
"frameworks": "arduino",
10+
"platforms": "*",
11+
"version": "0.4.0"
12+
}

0 commit comments

Comments
 (0)