From 1cacde07ce14f4a6d7d5497e07b6d5f089183ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=AFd=20Ibrihen?= Date: Thu, 22 Apr 2021 22:26:06 +0200 Subject: [PATCH] fix helium-otaa.ino link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 640b5f2c..9411b004 100644 --- a/README.md +++ b/README.md @@ -831,7 +831,7 @@ This library provides several examples. - [`compliance-otaa-halconfig.ino`](examples/compliance-otaa-halconfig/compliance-otaa-halconfig.ino) is a test sketch that is used for LoRaWAN compliance testing. -- [`helium-otaa.ino`](examples\helium-otaa\helium-otaa.ino) is a complete example for using the LMIC on the Helium network. It's very similar to the OTAA examples, but sets up the prejoin parameters properly for the initial deployment of Helium LoRaWAN support. +- [`helium-otaa.ino`](examples/helium-otaa/helium-otaa.ino) is a complete example for using the LMIC on the Helium network. It's very similar to the OTAA examples, but sets up the prejoin parameters properly for the initial deployment of Helium LoRaWAN support. - [`ttn-otaa-network-time.ino`](examples/ttn-otaa-network-time/ttn-otaa-network-time.ino) demonstrates use of the network time request. Network time requests are not supported by The Things Network as of the time of writing.