You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduced on Raspberry Pi without /dev/ttyAMA0, running RUST_LOG=info target/debug/pitot.
Seeing the following output:
INFO:pitot::sensor::gnss::ublox: trying port /dev/ttyAMA0
and then stuck for at least 2 min (did not try longer). Was expecting it to display unable to find any Ublox GPS in the next line after a few seconds. I think serial open might not be timing out.
This might be ok for now but will block pitot from searching for following devices when they are added in the device list.
The text was updated successfully, but these errors were encountered:
Reproduced on Raspberry Pi without
/dev/ttyAMA0
, runningRUST_LOG=info target/debug/pitot
.Seeing the following output:
and then stuck for at least 2 min (did not try longer). Was expecting it to display
unable to find any Ublox GPS
in the next line after a few seconds. I think serial open might not be timing out.This might be ok for now but will block pitot from searching for following devices when they are added in the device list.
The text was updated successfully, but these errors were encountered: