SlashDevin / NeoGPS

NMEA and ublox GPS parser for Arduino, configurable to use as few as 10 bytes of RAM
GNU General Public License v3.0
702 stars 195 forks source link

ubloxRate example and send_P #157

Open xpech opened 2 years ago

xpech commented 2 years ago

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 ?