matiasandina / FEDWatcher

Software and Hardware to connect FED3 devices over serial on Raspberry Pi 4
MIT License
4 stars 1 forks source link

`if ports` will not fail even some of the connections might have failed #2

Closed matiasandina closed 3 years ago

matiasandina commented 3 years ago
    if ports:
        ready = True

If any of the setups fail, this will go ahead anyway. We want to make sure that users will setup exactly the number of ports that they want, no more, no less.

matiasandina commented 3 years ago

This was changed in other commits