tim-balloon / TIMflight

Flight MCP repo
0 stars 0 forks source link

Make failure to set proper gyro baudrate a warning instead of fatal #94

Closed evanmayer closed 4 months ago

evanmayer commented 4 months ago

Closes #59.

This has the intended effect because an improperly set baudrate will cause gyro packets to appear as garbage to the serial port, and will be thrown away by the gyro driver. Effectively, the offending serial port will be ignored.