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
Error encountered whilst trying to configure/run ubloxRate.ino,. I ran the NMEAorder.ino and determined that GLL was the last sentence, but I keep getting an error running ubloxRate.ino
Error in console:
21:52:13.859 -> LAST_SENTENCE_IN_INTERVAL is not properly defined in NMEAGPS_cfg.h!
21:52:13.905 -> See Prerequisite 4 above
I did print out the expected/current values:
21:52:13.766 -> Current Last Sentence = 255
21:52:13.812 -> Last Sentence Configured = 6
// 4) LAST_SENTENCE_IN_INTERVAL is defined to be
// the following in NMEAGPS_cfg.h:
//
// #include <stdint.h>
// extern uint8_t LastSentenceInInterval; // a variable!
// #define LAST_SENTENCE_IN_INTERVAL \
// ((NMEAGPS::nmea_msg_t) LastSentenceInInterval)
//
// This is a replacement for the typical
//
// #define LAST_SENTENCE_IN_INTERVAL NMEAGPS::NMEA_GLL
//
// This allows the sketch to choose the last sentence *at run time*, not
// compile time. This is necessary because this sketch can send
// configuration commands that change which sentences are enabled.
// The storage for the "externed" variable is below.
The text was updated successfully, but these errors were encountered:
Ok, reread the instructions and understood that I had to actually replace the single line with multiple lines specified in NMEAGPS_cfg.h
I am now getting an error on compile although it still continues to compile:
In file included from E:\Work\Personal\Arduino Sketchbook\libraries\NeoGPS\src/ublox/ubxGPS.h:26:0,
from E:\Work\Personal\GPS Laptimer\Arduino\tests\NeoGPS\ubloxRate\ubloxRate.ino:2:
E:\Work\Personal\Arduino Sketchbook\libraries\NeoGPS\src/ublox/ubxmsg.h:177:12: note: offset of packed bit-field 'ublox::cfg_rate_t::time_ref' has changed in GCC 4.4
struct cfg_rate_t : msg_t {
When uploaded to ESP32, I get the following in the console, any ideas?
Error encountered whilst trying to configure/run ubloxRate.ino,. I ran the NMEAorder.ino and determined that GLL was the last sentence, but I keep getting an error running ubloxRate.ino
Error in console:
I did print out the expected/current values:
My NMEAGPS_cfg.h:
Not quite sure what the following means?
The text was updated successfully, but these errors were encountered: