Skip to content

Commit 384fedc

Browse files
author
Gonzalo Casas
committed
Update links after rename
1 parent 4e7b2e6 commit 384fedc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In order to send messages to the network, you need to register it on The Things
4646

4747
1. Plug your Arduino to your computer
4848
2. Select the correct `Board` and `Port` on the Arduino IDE menu
49-
3. Open the first sketch of this repository: [`01_get_deveui`](/01_get_deveui/)
49+
3. Open the first sketch of this repository: [`mkrwan_01_get_deveui`](/mkrwan_01_get_deveui/)
5050
4. Update (if needed) the `lora_band region` variable according to your region.
5151
5. Open the [**serial monitor**](https://www.arduino.cc/en/Guide/Environment#toc12) and upload the sketch to your Arduino.
5252
6. The serial monitor will print the `Device EUI`, **keep this at hand**.
@@ -63,7 +63,7 @@ In order to send messages to the network, you need to register it on The Things
6363

6464
Once the device is registered on the network, we can start sending data:
6565

66-
1. Open the second sketch of this repository: [`02_hello_world`](/02_hello_world/)
66+
1. Open the second sketch of this repository: [`mkrwan_02_hello_world`](/mkrwan_02_hello_world/)
6767
2. Update (if needed) the `lora_band region` variable according to your region.
6868
3. On the second tab (`arduino_secrets.h`), paste the `appEui` and `appKey` values for your device. You can copy & paste it verbatim from the bottom of the device page on The Things Network Console (section `EXAMPLE CODE`).
6969

0 commit comments

Comments
 (0)