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
Hi,
the ubloxRate exemple use send_P api to send command. But then send_P() api in ublox/ubxGPS.cpp seems to do nothing :
`bool ubloxGPS::send_P( const msg_t & msg, msg_t *reply_msg )
{
return false;
} // send_P`
What happen ?
The text was updated successfully, but these errors were encountered:
Hi,
the ubloxRate exemple use send_P api to send command. But then send_P() api in ublox/ubxGPS.cpp seems to do nothing :
`bool ubloxGPS::send_P( const msg_t & msg, msg_t *reply_msg )
{
return false;
} // send_P`
What happen ?
The text was updated successfully, but these errors were encountered: