Skip to content

Commit

Permalink
main: remove loop delay
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Oct 30, 2024
1 parent ae59473 commit 1d85601
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions sfy-buoy/sfy-ext-gps/ext-gps-mod/ext-gps-mod.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,7 @@ void setup()

void loop()
{
static int i = 0;

loop_gps();
Serial.print(".");
delay(100);

// JsonDocument doc;
// doc["loop"] = i;
// serializeJson(doc, sfy);

i++;
}

void main_pps() {
Expand Down

0 comments on commit 1d85601

Please sign in to comment.