You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WB4APR's tocalls.txt file has not been updated since he became a silent key.
The current authoritative source of truth is https://github.com/aprsorg/aprs-deviceid .
This code was completely rewritten to use the new file format.
There is no arbitrary size restriction.
Hello,
I have added 98 "tocalls" entries in the file tocalls.txt . (French department destination)
The problem is that now I have this message:
"MAX_TOCALLS needs to be larger than 200 to handle content of "tocalls.txt"
I opened the file "decode_aprs.c" and I modified the line 3726 from 200 to 500.
3726 #define MAX_TOCALLS 200 --> 3726 #define MAX_TOCALLS 500
The problem is that I still have the message at the opening of direwolf "MAX_TOCALLS needs to be larger than 200 to handle content of "tocalls.txt"
Could you please help me and indicate me which paramater do I have to change to allow more entries in "tocalls.txt" file?
Thank you very much.
The text was updated successfully, but these errors were encountered: