On Sunday, 24 March 2019 10:17:33 UTC-3, rich T wrote:
>
> The patch fix the issue with exiting, but still only hops between the 
> first five.  First time I seen a packet on channel 19.
>

The program does an init after 6 missed packets in a row.

Did you reapply your temporary fix?

change line 266:
if chAlarmCnts[i] > 5 {
into:
if chAlarmCnts[i] > 51 {

Luc 

Reply via email to