lorawan-server icon indicating copy to clipboard operation
lorawan-server copied to clipboard

ADR Reset SF

Open InnotasElektronik opened this issue 6 years ago • 2 comments

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.

InnotasElektronik avatar Mar 11 '19 08:03 InnotasElektronik

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 avatar Mar 16 '19 10:03 gotthardp

@gotthardp I could add something in the doc/Troubleshooting.md if you want?

JohanVikman avatar Oct 03 '19 20:10 JohanVikman