Skip to content

Commit

Permalink
added 'todo' for recording power-up event
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-ha committed Mar 21, 2023
1 parent de02a92 commit 94be345
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Griduino.ino
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,9 @@ void loop() {
GPS.year,GPS.month,GPS.day,
GPS.hour,GPS.minute,GPS.seconds);
Serial.println(msg); // debug

// write this to the GPS breadcrumb trail as indication of "power up" event
//model->remember(); // todo: create new event type "PUP" to save in history buffer
}

// every 1 second update the realtime clock
Expand Down

0 comments on commit 94be345

Please sign in to comment.