From daefa4423aed5161d6966065aae319a1d762e04e Mon Sep 17 00:00:00 2001 From: tteague Date: Fri, 21 Feb 2020 15:13:18 -0600 Subject: [PATCH] battery fix --- GPS/GPS.ino | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GPS/GPS.ino b/GPS/GPS.ino index f879373..9f8bc62 100644 --- a/GPS/GPS.ino +++ b/GPS/GPS.ino @@ -249,8 +249,9 @@ void do_send(osjob_t *j) { void setup() { delay(5000); - while (!Serial) - ; + // Uncomment to wait for serial connection. (not for batteries) + //while (!Serial) + // ; Serial.begin(9600); Serial.println(F("Starting"));