diff --git a/src/components/Blockly/msg/de/sensebox-lora.js b/src/components/Blockly/msg/de/sensebox-lora.js index 8b25306..faf94c1 100644 --- a/src/components/Blockly/msg/de/sensebox-lora.js +++ b/src/components/Blockly/msg/de/sensebox-lora.js @@ -53,5 +53,5 @@ export const LORA = { "Initialisiere die LoRa übertragung. Die Aktivierung erfolgt über OTAA. Registriere eine Application auf [thethingsnetwork](https://thethingsnetwork.com) und kopiere die **DEVICE EUI** und die **Application EUI** im **lsb Format** den **App Key** im **msb Format**.", sensebox_lora_ttn_mapper_tip: - "Mit einem TTN Mapper kannst du die LoRa-Netzabdeckung in deiner Umgebung aufzeichnen. Die Daten werden dann auf [ttnmaper](https://ttnmapper.org) angezeigt.", + "Mit einem TTN Mapper kannst du die LoRa-Netzabdeckung in deiner Umgebung aufzeichnen. Die Daten werden dann auf [ttnmaper](https://ttnmapper.org) angezeigt. Den notwendigen Decoder findest du [hier](https://gist.github.com/felixerdy/f959ac03df98c6947f1c7f35d537f23e#file-decoder-js).", }; diff --git a/src/components/Blockly/msg/en/sensebox-lora.js b/src/components/Blockly/msg/en/sensebox-lora.js index 9eaf394..0d6484a 100644 --- a/src/components/Blockly/msg/en/sensebox-lora.js +++ b/src/components/Blockly/msg/en/sensebox-lora.js @@ -47,4 +47,6 @@ export const LORA = { senseBox_LoRa_init_otaa_tooltip: "Initialize the LoRa transmission. The activation is done via OTAA. Register an application on [thethingsnetwork](https://thethingsnetwork.com) and copy the **DEVICE EUI** and the **Application EUI** in **lsb format** the **App Key** in **msb format**.", + sensebox_lora_ttn_mapper_tip: + "You can use a TTN Mapper to map LoRa network coverage in your area. The data is then displayed on [ttnmaper](https://ttnmapper.org). You can find the necessary decoder [here](https://gist.github.com/felixerdy/f959ac03df98c6947f1c7f35d537f23e#file-decoder-js).", };