Skip to content
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

Changing the icon breaks the APRS Weather format #30

Open
damso opened this issue Mar 8, 2025 · 1 comment
Open

Changing the icon breaks the APRS Weather format #30

damso opened this issue Mar 8, 2025 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@damso
Copy link

damso commented Mar 8, 2025

Hello!

When the -i attribute is added, the weather data is not transmitted correctly and all values are sent as a comment (this is how they are validated by aprs.fi).

./aprs-weather-submit --callsign XXXXXX-13 --latitude aa.aaaa --longitude bb.bbbb --server rotate.aprs2.net --port 14580 --username XXXXXX --password ppppp -b 1000 -T 5 -i "/5"

On aprs.fi I see:
Comment: t041b10000aprs-weather-submit/1.8.2
and the weather data is not updated.

Without the -i attribute everything is correct:
./aprs-weather-submit --callsign XXXXXX-13 --latitude aa.aaaa --longitude bb.bbbb --server rotate.aprs2.net --port 14580 --username XXXXXX --password ppppp -b 1000 -T 5

Comment: aprs-weather-submit/1.8.2

@rhymeswithmogul rhymeswithmogul self-assigned this Mar 8, 2025
@rhymeswithmogul rhymeswithmogul added bug Something isn't working good first issue Good for newcomers and removed good first issue Good for newcomers labels Mar 8, 2025
@rhymeswithmogul rhymeswithmogul added this to the v1.9 milestone Mar 8, 2025
@rhymeswithmogul
Copy link
Owner

Well, that's strange. I’ll see what's up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants