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

Fix GPIO widget #91

Closed
steveatinfincia opened this issue Apr 6, 2020 · 0 comments
Closed

Fix GPIO widget #91

steveatinfincia opened this issue Apr 6, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@steveatinfincia
Copy link
Contributor

steveatinfincia commented Apr 6, 2020

This bug is not in the GPIO widget itself but partly a bug in the microservice code, and partly a result of the way various parts of the QOpenHD app learn the IP address of the ground station.

When running on the ground station, the settings system in OpenHD never sends "hello" messages to let the app know what the ground IP address is, because that process is triggered by joining the hotspot and therefore never occurs on the ground station itself.

To fix that, we will manually trigger the IP update event in QOpenHD's settings class, which will cause the rest of the system to work normally.

The part of this bug that is in the microservice code is simply a few missing parenthesis.

@steveatinfincia steveatinfincia added the bug Something isn't working label Apr 6, 2020
@steveatinfincia steveatinfincia added this to the v0.4 milestone Apr 6, 2020
@steveatinfincia steveatinfincia self-assigned this Apr 6, 2020
amper128 pushed a commit to amper128/QOpenHD that referenced this issue Jun 16, 2020
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

1 participant