forked from arduino-libraries/ArduinoHttpClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fork to fix header file name duplication per: arduino-libraries#91
- Loading branch information
1 parent
7f36561
commit f091944
Showing
5 changed files
with
511 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"type": "library", "name": "ArduinoHttpClient", "version": "0.4.0", "spec": {"owner": "arduino-libraries", "id": 798, "name": "ArduinoHttpClient", "requirements": null, "url": null}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "ArduinoHttpClient", | ||
"keywords": "http, web, client, ethernet, wifi, GSM", | ||
"description": "Easily interact with web servers from Arduino, using HTTP and WebSocket's.", | ||
"repository": | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/arduino-libraries/ArduinoHttpClient.git" | ||
}, | ||
"frameworks": "arduino", | ||
"platforms": "*" | ||
} | ||
"name": "ArduinoHttpClient", | ||
"keywords": "http, web, client, ethernet, wifi, GSM", | ||
"description": "Easily interact with web servers from Arduino, using HTTP and WebSocket's.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Panometric/ArduinoHttpClient.git" | ||
}, | ||
"frameworks": "arduino", | ||
"platforms": "*", | ||
"version": "0.4.0" | ||
} |
Oops, something went wrong.