Skip to content

Conversation

@FoamyGuy
Copy link
Contributor

Resolves: #1390

The lack of installer button caused an exception to be thrown when attempting to access attributes of null.

Since this occured in a for loop going over the download buttons when it failed on the first iteration it stopped subsequent iterations from ever happening.

The solution proposed is to check for null before attempting to access properties of the element.

I confirmed the issue reported in the issue on the W5500-EVB-Pico both on the live site and in a local build.

I tested the fix successfully on the W5500-EVB-Pico in the local build.

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tannewt tannewt merged commit 34b5525 into adafruit:main Oct 25, 2024
2 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.

If board supports two circuitpython versions then sometimes ignores language drop down when downloading firmware

2 participants