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
since Serial is hardcoded for debug, its nice to use one of the extra uarts for talkin' to a GPS
this diff: adafruit@1bf6318
makes it easier, just add HardwareSerial Serial1(2); and in setup: Serial1.begin(115200);
note that uart #1 is not available because it is shared with SPI flash, so it was not tested. uart #2 works great on gpio #16 + #17. no other gpio's are available