An easy-to-use platform for EEG experimentation in the classroom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Switched Cortex wrapper to debug verbosity

authored by

jdpigeon and committed by
Teon L Brooks
584dfad6 1bfd4780

+2 -1
+2 -1
app/utils/eeg/emotiv.ts
··· 26 26 } 27 27 28 28 // Creates the Cortex object from SDK 29 - const verbose = process.env.LOG_LEVEL || 1; 29 + const verbose = 3; 30 + // const verbose = process.env.LOG_LEVEL || 1; 30 31 const options = { verbose }; 31 32 32 33 // This global client is used in every Cortex API call