Installed example libraries and try to compile for Adafruit Feather of Sparkfun Thing Plus-- it bombed. See below ,please adivise.
regards,
Tom
C:\Program Files (x86)\Arduino\libraries\SparkFun_I2C_GPS_Arduino_Library-master\src\SparkFun_I2C_GPS_Arduino_Library.cpp: In member function ‘String I2CGPS::createPGCMDpacket(uint16_t, String)’:
C:\Program Files (x86)\Arduino\libraries\SparkFun_I2C_GPS_Arduino_Library-master\src\SparkFun_I2C_GPS_Arduino_Library.cpp:338:41: error: ‘to_string’ was not declared in this scope
Thanks for posting. One of our technical support reps filed an internal issue. Looking at the commit history, it looks like there was an [update to include MBED. The function to_string() seems exclusive to MBED. Adding a preprocessor define to wrap it with the String() function when using it with Arduino seems to fix the compile issue.
It looks like you are using the “Adafruit ESP32 Feather” from your compile error. I selected the following boards and it seems to compile for all three architectures: