| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Reset _state to DISCONNECTED and _firmware_restarting_pending to False before each iteration in the auto-show states loop.Merge remote-tracking branch 'origin/dev' into refactor/typing-py311
| Back | FazBrowse Home | New Git URL |
Description
Motivation
Python 3.11 supports native generic syntax. Using Optional/Union/List/Dict from typing is deprecated. This is a mechanical, zero-behaviour-change refactor across 21 files to modernise the codebase consistently.