simondlevy / Hackflight

Minimalist flight-control toolkit for makers
GNU General Public License v3.0
285 stars 82 forks source link

Replace try/catch with "if not None" in gcs.py, motors.py #168

Closed simondlevy closed 2 months ago

simondlevy commented 2 years ago

try/catch masks actual exceptions

simondlevy commented 2 years ago

Look for "# Guard at startup"

simondlevy commented 2 years ago

comms.py: send_message() check port.isOpen()