-
Notifications
You must be signed in to change notification settings - Fork 6
Task Effort Running Notes (EEG)
wasita edited this page Mar 3, 2020
·
4 revisions
- Trigger event codes are set in both:
- /src/config/trigger.js
- /public/config/trigger.js
- Default port name is set in /public/config/trigger.js under comName. But you do not need to edit this. 'COM7' is a default value.
In order to get the task sending triggers in your respective setup, you should create an environment variable named COMNAME and set the value to whatever your serial port name is (e.g. for us that is COM7). And then run the task via the installers on the releases page (i.e. no need to use npm to run the task).