Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
staeiou authored Jul 18, 2024
1 parent 74968ee commit b6f3efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/mindreader/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h2>The ESP32® MindReader™ by NeuralChain AI™ - Be a Thought Leader: Their
}

function generateBrainwaveID() {
const number = Math.floor(Math.random() * 1000).toString().padStart(3, '0');
const number = Math.floor(Math.random() * 100000).toString().padStart(5, '0');
return `BW${number}`;
}

Expand Down

0 comments on commit b6f3efd

Please sign in to comment.