Skip to content

Python GUI Fixes - #43

Merged
JohnAZoidberg merged 4 commits into
mainfrom
fix-loop
Nov 26, 2024
Merged

Python GUI Fixes#43
JohnAZoidberg merged 4 commits into
mainfrom
fix-loop

Conversation

@JohnAZoidberg

Copy link
Copy Markdown
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 <dhs@frame.work>
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Make firmware_update.py same as in FrameworkComputer/ledmatrix-rs

Signed-off-by: Daniel Schaefer <dhs@frame.work>
More friendly

Signed-off-by: Daniel Schaefer <dhs@frame.work>
@JohnAZoidberg
JohnAZoidberg merged commit 5988b10 into main Nov 26, 2024
@JohnAZoidberg
JohnAZoidberg deleted the fix-loop branch June 18, 2025 09:56
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