Skip to content

Commit

Permalink
Update webserial idle messages
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbez1 committed Jun 14, 2024
1 parent 3a70797 commit 869bfc0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ const IDLE_MESSAGES_BY_LENGTH: Record<number, MessageDelayMs[]> = {
['OPEN SOURCE ', 8000],
[' @SCOTTBEZ1', 12000],
[' ', 4000],
['COFFEE $3.49', 6000],
['g BUILD PASS', 4000],
['r TEST FAIL', 4000],
['', 2 * 60 * 1000],
['COFFEE $3.49', 8000],
['g BUILD PASS', 7000],
['r TEST FAIL', 7000],
['COME TRY ME!', 2 * 60 * 1000],
],
}

Expand Down

0 comments on commit 869bfc0

Please sign in to comment.