diff --git a/examples/tinymqtt-test/tinymqtt-test.ino b/examples/tinymqtt-test/tinymqtt-test.ino index dd8076b..97b9537 100644 --- a/examples/tinymqtt-test/tinymqtt-test.ino +++ b/examples/tinymqtt-test/tinymqtt-test.ino @@ -849,6 +849,7 @@ void loop() { every.next += every.ms; Console << yellow << "Underrun every #" << e << ", " << (ms - every.next) << "ms late" << endl; + Console.fg(white); every.underrun = ms + 5000; } }