lorawan-server
lorawan-server copied to clipboard
ADR Reset SF
After a few failed attempts, the node sets the SF high. The server corrects the SF but only after 50 good protocols. For battery devices for metering, only every 2-6h is sent. Then resetting the SF by the server takes up to 12 days! It is desirable that this value is adjustable.
It is already configurable. There is a (hidden) config field {frames_before_adr, 50}. Just add this line and change the number to whatever value you like.
@gotthardp I could add something in the doc/Troubleshooting.md if you want?