Skip to content

Commit

Permalink
Merge branch 'add-numBlinks' of https://github.com/brown-ccv/honeycomb
Browse files Browse the repository at this point in the history
…into add-numBlinks
  • Loading branch information
YUUU23 committed Aug 21, 2024
2 parents 336c458 + 41a19c6 commit 46bd876
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { execSync } from "node:child_process";

import { BrowserWindow, app, dialog, ipcMain } from "electron";
import log from "electron-log";
import _ from "lodash";

import { getPort, sendToPort } from "./lib/serialport";

Expand Down
8 changes: 4 additions & 4 deletions src/config/eventCodes.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"fixation": {
"code": 1,
"numbBlinks": 1
"numBlinks": 1
},
"honeycomb": {
"code": 2,
"numBlinks": 1
"numBlinks": 2
},
"open_task": {
"code": 18,
"numbBlinks": 18
"numBlinks": 18
},
"test_connect": {
"code": 32,
"numbBlinks": 32
"numBlinks": 32
}
}

0 comments on commit 46bd876

Please sign in to comment.