Skip to content

Commit

Permalink
Merge pull request #40 from ivankravets/patch-2
Browse files Browse the repository at this point in the history
Avoid trademark issues with library name
  • Loading branch information
harlequin-tech committed Nov 21, 2015
2 parents 52d84d1 + aba22ad commit 1335b0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "Arduino-WiFlyHQ",
"name": "WiFlyHQ",
"keywords": "wifi, wi-fi, wifly, http, web, server, client",
"description": "The library provides functions for setting up and managing the WiFly module (Roving Networks WiFly RN-XV), sending UDP packets, opening TCP connections and sending and receiving data over the TCP connection",
"repository":
{
"type": "git",
"url": "https://github.com/harlequin-tech/WiFlyHQ.git"
},
"exclude": "doxygen"
"exclude": "doxygen",
"frameworks": "arduino",
"platforms": "atmelavr"
}

0 comments on commit 1335b0a

Please sign in to comment.