M
ount the M9N GPS module on GPS_2 due to the unavailability of pins. However, I want to disable GPS_1 because I’m not using it. I have tried the following settings:
GPS_TYPE1 = 0 (disables the 1st GPS)
GPS_TYPE2 = 1 (2nd GPS in auto mode)
GPS_PRIMARY = 1 (sets the second GPS as the primary)
But when I disable the 1st GPS (with GPS_TYPE1 = 0), it disables both GPS_1 and GPS_2.
Similarly, when I enable the 1st GPS, both are active. The same issue occurs when I disable the 2nd GPS; it also disables both GPS units. Can someone please help me with this?