Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2069,13 +2069,13 @@ <h2>Brainwave Bands Chart</h2>
const builtInPresets = [{
name: "Deep Asleep",
desc: "Very slow beat; commonly used for sleep routines.",
carrier: 200,
carrier: 120,
beat: 2.5
},
{
name: "Ohm Breeze",
desc: "Dreamy / meditative zone for relaxed attention.",
carrier: 200,
carrier: 160,
beat: 4.0
},
{
Expand Down