-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Team colors for TAK Tracker nodes #24
Comments
I think this should work already? Just append the node color scheme to the end of the long name. See here for more details |
it works for every type except "TAK TRACKER" |
I just tested this and it's working for me? |
Make sure you have "Show all Meshtastic devices" enabled |
So you're saying that team color, for TAK_TRACKER node type, will show only when "Show all Meshtastic devices" is enabled. Is that correct? |
Yes |
What's the reasoning behind it? Why not keep it consistent regardless of the "Show all Meshtastic devices" settings? |
tracker nodes are meshtastic devices |
ATAK has a standalone "tracking only" app used for anything that does not have (require) user input. TAK_TRACKER would be equivalent of that app. In real life that would be useful to slap those trackers on equipment, team members or even as beacons for landing pad, medic, command post etc. Just to make sure that we are talking about the same thing I'm including the screenshot of the selected option. |
if you set a meshtastic device's role to tak_tracker/tracker, it is equiv the same when your eud enables show all meshtastic devices. |
the problem is that when I enable "show all..." the team color is applied to the node BUT if I disable "show all..." it is not and the appended -# shows in the name. |
try using the "TRACKER" role not "TAK_TRACKER" i probably have a bug somewhere if what you are saying is correct. I'll try to fix it soon, but if you can try just using TRACKER role maybe it will get you going for now |
This is the issue I have experienced for some time. You're right that it only affects the TAK TRACKER role and that using the standard TRACKER role corrects the problem. The only thing I can find that might relate is the statement before checking colours in the long name. Checks if "plugin_meshtastic_tracker" is FALSE. Does this mean it is intentionally excluding the TAK TRACKER role? |
Its getting the value of To use the role-by-name thing, you must have that preference enabled |
For context, the reason that this does not work on TAK TRACKER is because the information arrives from those nodes in a tak packet format and already includes a team color, which is hardcoded in the firmware. I put in a feature request for this to be added to the firmware |
meshtastic/firmware#4787 |
voted |
Is there anything that prevents team color being applied to Tak Tracker nodes?
The text was updated successfully, but these errors were encountered: