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

Python GUI Fixes #43

Merged
merged 4 commits into from
Nov 26, 2024
Merged

Python GUI Fixes #43

merged 4 commits into from
Nov 26, 2024

Conversation

JohnAZoidberg
Copy link
Member

No description provided.

All buttons would open the same URL because we capture the variable and
not the value. So the variable would get updated to the last loop value
in every lambda.
With default parameter, we don't capture the value.
See: https://gist.github.com/gisbi-kim/2e5648225cc118fc72ac933ef63c2d64

Signed-off-by: Daniel Schaefer <[email protected]>
Make firmware_update.py same as in FrameworkComputer/ledmatrix-rs

Signed-off-by: Daniel Schaefer <[email protected]>
More friendly

Signed-off-by: Daniel Schaefer <[email protected]>
@JohnAZoidberg JohnAZoidberg merged commit 5988b10 into main Nov 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant