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
I had problems using the library with an ESP32 so this is to help anyone in the same position.
I found I had to edit out the ->end, ->begin and ->flush lines in Ubx::Begin function in ubx.cpp
My code reads:
`
#define GPS_BAUD_RATE 921600
const int GPS_RX = 5;
const int GPS_TX = 4;
I had problems using the library with an ESP32 so this is to help anyone in the same position.
I found I had to edit out the ->end, ->begin and ->flush lines in Ubx::Begin function in ubx.cpp
My code reads:
`
#define GPS_BAUD_RATE 921600
const int GPS_RX = 5;
const int GPS_TX = 4;
`
and with that it works correctly.
Hope this helps.
The text was updated successfully, but these errors were encountered: