main_gui: crash fix and multi-device decoding - #28
Merged
Conversation
Update the build scripts to automatically insert the current year into the copyright text. Signed-off-by: Jordan Yates <jordan@embeint.com>
Add an error message when no files are found by `find_infuse_iot_files`, instead of crashing. Signed-off-by: Jordan Yates <jordan@embeint.com>
If no files are found exactly matching the `infuse_` pattern from the SD card, search for files containing the 16 character device ID and `.bin` suffix. Assume that this is a list of files for multiple devices, failing if multiple files exist for a single device. Signed-off-by: Jordan Yates <jordan@embeint.com>
Add the option to decode all found devices in the folder, instead of forcing a single selection. Output stats are merged together. Assisted-by: GPT-5.5 Signed-off-by: Jordan Yates <jordan@embeint.com>
When decoding multiple devices, add a progress bar to show how many devices have completed. Signed-off-by: Jordan Yates <jordan@embeint.com>
Make the output file list scrollable, since with multiple devices the number of files generated can multiply. Signed-off-by: Jordan Yates <jordan@embeint.com>
Document GUI and folder behavioural changes. Signed-off-by: Jordan Yates <jordan@embeint.com>
Automate the generation of the configuration screenshot so that it is both faster to update and more consistent. Assisted-by: GPT-5.5 Signed-off-by: Jordan Yates <jordan@embeint.com>
Move some of the numeric identifiers around to make the screenshot clearer and update the text appropriately. Signed-off-by: Jordan Yates <jordan@embeint.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also automates the configuration options screenshot generation.