-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document that the library also supports MKR WAN 1310
Previously, text gave the impression that the library only supported the MKR WAN 1300.
- Loading branch information
Showing
6 changed files
with
7 additions
and
7 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
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
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
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
2 changes: 1 addition & 1 deletion
2
examples/MKRWANFWUpdate_standalone/MKRWANFWUpdate_standalone.ino
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,5 +1,5 @@ | ||
/* | ||
* STANDALONE FIRMWARE UPDATE FOR MKR WAN 1300 | ||
* STANDALONE FIRMWARE UPDATE FOR MKR WAN 1300/1310 | ||
* This sketch implements STM32 bootloader protocol | ||
* It is based on stm32flash (mirrored here [email protected]:facchinm/stm32flash.git) | ||
* with as little modifications as possible. | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ name=MKRWAN | |
version=1.0.11 | ||
author=Arduino <[email protected]> | ||
maintainer=Arduino <[email protected]> | ||
sentence=Support library for MKR WAN 1300 | ||
sentence=Support library for MKR WAN 1300/1310 | ||
paragraph=Provides APIs to communicate with LoRa and LoraWAN networks | ||
category=Communication | ||
url=http://github.com/arduino-libraries/MKRWAN | ||
|