TheThingsArchive / ttn

The Things Network Stack V2
https://www.thethingsnetwork.org
MIT License
461 stars 276 forks source link

Do not fall back to SF12 when activated using OTAA #768

Closed jpmeijers closed 4 years ago

jpmeijers commented 4 years ago

A modified version of @sigmaroot's fix (https://github.com/TheThingsNetwork/ttn/commit/edbe65d5a9a5e04c555166a0fa0b5fb4a712c5b7) was implemented and tested on a private local instance.

MQTT subscribe output of three different tests attached:

TTN private downlink with modified sigmaroot fix.txt TTN private downlink with jp fix not working.txt TTN private downlink on sf12.txt

Fixes #767

htdvisser commented 4 years ago

Thanks!