adafruit / Adafruit_GPS

An interrupt-based GPS Arduino library for no-parsing-required use
Other
469 stars 318 forks source link

Expand array for GLONASS and GALILEO #133

Open mict-ss opened 3 years ago

mict-ss commented 3 years ago

Suggestion for file Adafruit_GPS.h

line 251/252: const char *sources[6] = {"II", "WI", "GP", "GN", "P", "ZZZ"};

Change to: const char *sources[8] = {"II", "WI", "GP", "GL", "GA", "GN", "P", "ZZZ"};

GP = GPS GL = GLONASS (to be added) GA = GALILEO (to be added)

targetarchitecture commented 3 years ago

@mict-ss have you tested this?

svdrummer commented 2 years ago

Is this still active?