removed 1 s delay

pull/294/head
Alan Johnston 2 years ago committed by GitHub
parent c44c4b72f1
commit 104c319bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -395,7 +395,7 @@ void loop() {
Serial.println(digitalRead(15));
#endif
delay(1000);
// delay(1000); not needed due to gps 1 second polling delay
}
void eeprom_word_write(int addr, int val)

Loading…
Cancel
Save

Powered by TurnKey Linux.