From b3875031431b306f4d63ae985a7f3eda93d4b0b2 Mon Sep 17 00:00:00 2001 From: Lars Dannijs <117638911+LDannijs@users.noreply.github.com> Date: Wed, 30 Nov 2022 15:07:31 +0100 Subject: [PATCH 1/2] Changed TTN V2 documentation links to TTS V3. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec363b4d..bfc2ee1d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The Things Network Arduino Library [![Build Status](https://travis-ci.org/TheThingsNetwork/arduino-device-lib.svg?branch=master)](https://travis-ci.org/TheThingsNetwork/arduino-device-lib) -This is an [Arduino Library](https://www.arduino.cc/en/Guide/Libraries) for Arduino devices like [The Things Uno](https://www.thethingsnetwork.org/docs/devices/uno/) and [Node](https://www.thethingsnetwork.org/docs/devices/node/) to communicate via [The Things Network](https://www.thethingsnetwork.org). +This is an [Arduino Library](https://www.arduino.cc/en/Guide/Libraries) for Arduino devices like [The Things Uno](https://www.thethingsindustries.com/docs/devices/the-things-uno/) and [Node](https://www.thethingsindustries.com/docs/devices/the-things-node/) to communicate via [The Things Network](https://www.thethingsnetwork.org). > At the moment this library requires devices to feature a [Microchip RN2xx3 module](http://www.microchip.com/design-centers/wireless-connectivity/embedded-wireless/lora-technology). @@ -12,7 +12,7 @@ This is an [Arduino Library](https://www.arduino.cc/en/Guide/Libraries) for Ardu ## Documentation -* [The Things Network Documentation](https://www.thethingsnetwork.org/docs/devices/arduino/) +* [The Things Stack Documentation](https://www.thethingsindustries.com/docs/devices/the-things-uno/) * API References: * [TheThingsNetwork](docs/TheThingsNetwork.md) * [TheThingsMessage](docs/TheThingsMessage.md) From c70e1c396d959d9b29cd8c312a25c459082e343e Mon Sep 17 00:00:00 2001 From: Lars Dannijs <117638911+LDannijs@users.noreply.github.com> Date: Wed, 30 Nov 2022 15:16:42 +0100 Subject: [PATCH 2/2] Referred to the new stack --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfc2ee1d..03d5dd57 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The Things Network Arduino Library [![Build Status](https://travis-ci.org/TheThingsNetwork/arduino-device-lib.svg?branch=master)](https://travis-ci.org/TheThingsNetwork/arduino-device-lib) -This is an [Arduino Library](https://www.arduino.cc/en/Guide/Libraries) for Arduino devices like [The Things Uno](https://www.thethingsindustries.com/docs/devices/the-things-uno/) and [Node](https://www.thethingsindustries.com/docs/devices/the-things-node/) to communicate via [The Things Network](https://www.thethingsnetwork.org). +This is an [Arduino Library](https://www.arduino.cc/en/Guide/Libraries) for Arduino devices like [The Things Uno](https://www.thethingsindustries.com/docs/devices/the-things-uno/) and [Node](https://www.thethingsindustries.com/docs/devices/the-things-node/) to communicate via [The Things Stack](https://www.thethingsnetwork.org). > At the moment this library requires devices to feature a [Microchip RN2xx3 module](http://www.microchip.com/design-centers/wireless-connectivity/embedded-wireless/lora-technology).