Alan Everett

Results 49 comments of Alan Everett

I will generally have few enough pins that the thread count should not be a problem. However, even with just two pins, if blinking is used for a long enough...

Is there any specific reason why [QMenuBar](https://doc-snapshots.qt.io/qt6-6.3/qmenubar.html) was not used for the menu bar, or was it just not considered? Looking over the documentation, it seems to use the native...

Seems like the QT Quick Controls MenuBar added native menu bar support as of QT 6.8 (https://doc.qt.io/qt-6/qml-qtquick-controls-menubar.html#native-menu-bars). So this will probably happen with a QT version bump.

Another advantage of adding `workflow_dispatch` is that an option menu can be presented before running, eg. for selecting which images to build in case only certain results are of concern.

I think it appears if [inputs](https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#onworkflow_dispatchinputs) are configured under the workflow_dispatch option.

I installed `avahi-autoipd` on my own camera and have been successful in directly connecting to it over the link-local address. I will soon be testing to see if it also...

I believe avahi-autoipd may have only been working on the unmanaged interfaces. However, RaspiOS Trixie (13) brings NetworkManager 1.52, which adds a `fallback` option for `ipv4.link-local`. Ubuntu doesn't update to...

I ran some light testing with the VH-109 radio, and got 14 seconds to resolve an IP address for both `ipv4.link-local` set to `default` and `fallback`.

If set to DHCP, both coprocessors may briefly have a link-local address if the radio is being slow to handle DHCP. However, the link-local protocol starts with a randomized address...

PWM range and frequency can probably be left unspecified to use default values.