//Setup EM406 for SIRF binary mode at 38400bit/s
#if GPS_PROTOCOL == 2
init_gps();
#endif
This would imply that only the EM406 GPS configuration calls init_gps(), but each GPS of every type defines such a function.
I can't see how the MTK init_gps() ever gets called, for example.
What am I missing?
You need to be a member of diydrones to add comments!
Replies
Chris, thanks for turning on the issues list. That will help motivate me ;)
I think Doug is maintaining this, but I noticed there is no issues list on the ArduIMU project page. Is that something you can enable?
Jason