We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0c2e1 commit 958c909Copy full SHA for 958c909
subprojects/robotpy-wpilib/wpilib/iterativerobotpy.py
@@ -250,9 +250,8 @@ def loopFunc(self):
250
251
def printLoopOverrunMessage(self):
252
reportWarning(
253
- f"Loop time of {self._periodS}s overrun\n", False
+ f"Loop time of {self.watchdog.getTimeout()}s overrun", False
254
)
255
- print("IN printLoopOverrunMessage\n\n", flush=True)
256
257
def printWatchdogEpochs(self):
258
self.watchdog.printEpochs()
0 commit comments