Skip to content

Commit ae8c37b

Browse files
committed
Corrected number of channels
1 parent 0aaf8db commit ae8c37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chords_wifi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from scipy.signal import butter, filtfilt
66

77
class Chords_WIFI:
8-
def __init__(self, stream_name='NPG', channels=6, sampling_rate=500, block_size=15, timeout_sec=1):
8+
def __init__(self, stream_name='NPG', channels=3, sampling_rate=500, block_size=13, timeout_sec=1):
99
self.stream_name = stream_name
1010
self.channels = channels
1111
self.sampling_rate = sampling_rate

0 commit comments

Comments
 (0)