We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4102cd9 commit 7a626cfCopy full SHA for 7a626cf
beetle.py
@@ -80,7 +80,7 @@ def calculate_focus_level(eeg_data, sampling_rate=500):
80
81
print("Starting Calibration... Please relax and stay still for 10 seconds.")
82
calibration_data = []
83
-calibration_duration = 5
+calibration_duration = 10
84
calibration_start_time = time.time()
85
86
while time.time() - calibration_start_time < calibration_duration:
0 commit comments