Skip to content

Commit ed72d74

Browse files
authored
Merge pull request #2 from sandeepmistry/readme
Read me and metadata updates
2 parents e04fd62 + 280e1b7 commit ed72d74

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
= Helper library for over-the-air update on the Arduino MKR1000 board =
1+
= WiFi101OTA library for the Arduino WiFi Shield 101 and MKR1000 board =
22

3-
This library implements an OTA update procedure for MKR1000 boards. mdns advertisement is included for a seamless integration with Arduino IDE
3+
This library allows you to update sketches on your board over WiFi.
4+
It requires an Arduino/Genuino SAMD board like the Zero and MKR1000.
45

56
For more information about this library please visit us at
67
https://www.arduino.cc/en/Reference/WiFi101OTA
@@ -22,4 +23,3 @@ Lesser General Public License for more details.
2223
You should have received a copy of the GNU Lesser General Public
2324
License along with this library; if not, write to the Free Software
2425
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25-

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=WiFi101OTA
22
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Update sketches to your board over WiFi
6-
paragraph=Requires an SD card and SAMD board
5+
sentence=Update sketches on your board over WiFi
6+
paragraph=Requires an Arduino/Genuino SAMD board
77
category=Other
88
url=http://www.arduino.cc/en/Reference/WiFi101OTA
99
architectures=samd

0 commit comments

Comments
 (0)