Commit badc86cf authored by maniacbug's avatar maniacbug

Added extra debugging readability

parent 8f800382
......@@ -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");
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment