Skip to content

Commit

Permalink
Avoid trademark issues with library name
Browse files Browse the repository at this point in the history
Added frameworks and platforms fields
Updated Library Registry: http://platformio.ikravets.com/#!/lib/show/65/WiFlyHQ
  • Loading branch information
ivankravets committed Oct 23, 2014
1 parent 52d84d1 commit aba22ad
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 aba22ad

Please sign in to comment.