Is there an existing issue for this?
Description of the bug
I noticed a delay of approximately 2 seconds every time the application starts up when no flight controller is connected.
Steps To Reproduce
- Disconnect all Flight Controllers.
- Ensure no SITL or MAVLink simulators are running.
- Run the application: python3 -m ardupilot_methodic_configurator
- Observe the console output timestamps.
Expected behavior
The application should check the default network ports and, if the connection is refused (no available port to connect) it should move on immediately without retrying or sleeping This would make the startup feel instant.
Screenshots / Logs
Software information
- Operating system: Linux
- arduPilot Methodic Configuration version:
- Python Version:
3.10
Additional context
Is this delay intended behavior? If not, I have the fix to submit.