Skip to content

Commit

Permalink
Adjusts recommended example values for beeper pulses to coincide with…
Browse files Browse the repository at this point in the history
… firmware timings.
  • Loading branch information
mkormendy committed May 23, 2022
1 parent 5c9cb51 commit c8ffc69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@
"type": "number",
"step": 1,
"minimum": 1,
"placeholder": "(E.g., 975)"
"placeholder": "(E.g., 950)"
},
"pulsePause": {
"title": "Beeper Pause Between Pulses (milliseconds) (optional, but required if Times to Repeat exists)",
"type": "number",
"step": 1,
"minimum": 1,
"placeholder": "(E.g., 25)"
"placeholder": "(E.g., 50)"
},
"pulseRepeat": {
"title": "Beeper Times to Repeat (optional, but required if Pause Between Pulses exists)",
Expand Down

0 comments on commit c8ffc69

Please sign in to comment.