-
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
send-message not using default config file for auth #80
Comments
I can change it so that the fallback is to the use config if not specified. |
That would be great! I'll go ahead and close this since it's not an issue but more of a feature request. |
hemna
added a commit
that referenced
this issue
Jul 13, 2023
aprslib incorrectly decodes weather packets and doesn't provide wind_speed or wind_direction from the CSE/SPD 7 bytes in the APRS packet. This patch puts a temporary fix in place until the aprslib pull request lands and is released. rossengeorgiev/aprs-python#80 rossengeorgiev/aprs-python#81
hemna
added a commit
that referenced
this issue
Jul 13, 2023
aprslib incorrectly decodes weather packets and doesn't provide wind_speed or wind_direction from the CSE/SPD 7 bytes in the APRS packet. This patch puts a temporary fix in place until the aprslib pull request lands and is released. rossengeorgiev/aprs-python#80 rossengeorgiev/aprs-python#81
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure if I'm using this incorrectly, but I would expect send-message to use the config file by default. The help may imply this is the intended behavior:
but upon sending a message:
It does work fine when specifying the aprs login and password on the command line. Is send-message supposed to pull these values from the config? Or do they have to be provided via env variables?
The text was updated successfully, but these errors were encountered: