twVolc / PyCamPermanent

Permanent PiCam (SO2) installation project software
GNU General Public License v3.0
2 stars 2 forks source link

Socket ports could just be looped through rather than user being able to select from the 3 options #50

Closed twVolc closed 1 year ago

twVolc commented 1 year ago

For connection to the Raspberry Pi, the socket ports should just all be attempted in a loop - if the first connection fails try the next port. This means there's one less thing for the user to worry about.

Once this is implemented, the port number option in Settings of the GUI should be removed.