From badc86cfe0bc247fab6a0bec2874413b9dc7e443 Mon Sep 17 00:00:00 2001 From: maniacbug Date: Sat, 21 May 2011 23:25:36 -0700 Subject: [PATCH] Added extra debugging readability --- examples/starping_relay/starping_relay.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/starping_relay/starping_relay.pde b/examples/starping_relay/starping_relay.pde index 7b394a5..304917b 100644 --- a/examples/starping_relay/starping_relay.pde +++ b/examples/starping_relay/starping_relay.pde @@ -555,6 +555,7 @@ void check_pong_timeout(void) last_ping_sent_at += ping_phase_shift; // Print details + printf("%lu ",millis()); printf("TIMED OUT.\n\r"); } }