diff --git a/libs/core/output.ts b/libs/core/output.ts index f4d080df..13bc7f02 100644 --- a/libs/core/output.ts +++ b/libs/core/output.ts @@ -267,6 +267,9 @@ namespace motors { this.pauseUntilReady(); // allow robot to settle this.settle(); + } else { + // give a breather to the event system in tight loops + pause(1); } }