Update payload_pico.ino show debugging gps messages

beta-v1.3.2
Alan Johnston 2 years ago committed by GitHub
parent 72e1d2df3a
commit c8aa4414ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@
TinyGPSPlus gps; TinyGPSPlus gps;
unsigned long micros3; unsigned long micros3;
bool show_gps = false; bool show_gps = true; // set to false to not see all GPS messages
volatile int skip = 0; volatile int skip = 0;
//WiFiServer server(port); //WiFiServer server(port);

Loading…
Cancel
Save

Powered by TurnKey Linux.