Skip to content

Commit a19d4c1

Browse files
committed
Rename header in MKRWAN_v2.h
1 parent e87032a commit a19d4c1

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

examples/DumbModemLoraSender/DumbModemLoraSender.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#include <SPI.h>
1717
#include <LoRa.h>
18-
//#include <MKRWAN.h>
18+
//#include <MKRWAN_v2.h>
1919

2020
int counter = 0;
2121

examples/FirstConfiguration/FirstConfiguration.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This example code is in the public domain.
55
*/
66

7-
#include <MKRWAN.h>
7+
#include <MKRWAN_v2.h>
88

99
LoRaModem modem;
1010

examples/LoraSendAndReceive/LoraSendAndReceive.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This example code is in the public domain.
55
*/
66

7-
#include <MKRWAN.h>
7+
#include <MKRWAN_v2.h>
88

99
LoRaModem modem;
1010

examples/MKRWANFWUpdate_standalone/MKRWANFWUpdate_standalone.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "fw.h"
1515
#include "stm32.h"
1616
#include "serial_arduino.h"
17-
#include <MKRWAN.h>
17+
#include <MKRWAN_v2.h>
1818

1919
/* device globals */
2020
stm32_t *stm = NULL;
File renamed without changes.

0 commit comments

Comments
 (0)