From 05eab28ea99c2f017540f227b5665648f41d37bf Mon Sep 17 00:00:00 2001 From: Daniel Tedenljung Date: Tue, 17 Aug 2021 20:52:48 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04bbb92..dc7dfa5 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ Initial state: one of more devices connected to TTNv2 stack (The Things Network) Proposed procedure: 1. Create the gateways at TTS using the very same Gateway ID (Gateway EUI) -2. Create a `TC_KEY` variable on each device sith the TTN Gateway Key pasted from the TTI console. +2. Create a `TC_KEY` variable on each device with the TTN Gateway Key pasted from the TTI console. 3. Set the `TTN_STACK_VERSION` variable to 3, either at application level or per device Now you can move them from TTS to TTNv2 back and forth (using the `TTN_STACK_VERSION` variable) as you wish as long as the gateways are defined on both platforms and the `TC_KEY` and `GW_KEY` do not change.