Skip to content

Commit

Permalink
fix: update neurosity sampling freq
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Oct 12, 2024
1 parent 36ac8cc commit 0e15505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/analysis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const AnalysisPage: NextPage = () => {
{eegFile && (
<div className="flex items-center space-x-4">
<label htmlFor="samplingFrequency" className="text-sm font-medium text-gray-700 dark:text-gray-200">
Sampling Frequency:
Choose device:
</label>
<select
id="samplingFrequency"
Expand All @@ -150,7 +150,7 @@ const AnalysisPage: NextPage = () => {
}}
>
<option value="256">Muse - 256Hz</option>
<option value="250">Neurosity - 250Hz</option>
<option value="256">Neurosity - 256Hz</option>
</select>
</div>
)}
Expand Down

0 comments on commit 0e15505

Please sign in to comment.