Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Commit

Permalink
Update form.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Oct 13, 2022
1 parent 86ac5b0 commit a5ec983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshtastic_flasher/form.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def sort_firmware_versions(self):
items = sorted(set(items), reverse=True)

self.select_firmware_version.clear()
curated_versions = filter(lambda item: item.startswith("1.3.43"), items)
curated_versions = filter(lambda item: item.startswith("1.3.44"), items)

if len(items) > 0:
for item in curated_versions:
Expand Down

0 comments on commit a5ec983

Please sign in to comment.