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 2c5a951 commit b969770Copy full SHA for b969770
app.py
@@ -8,7 +8,7 @@
8
import os
9
import json
10
from threading import Thread
11
-from flask import Response, stream_with_context
+from flask import Response
12
13
app = Flask(__name__)
14
app.secret_key = 'your_secret_key_here'
npg-ble.py
@@ -4,10 +4,7 @@
4
from pylsl import StreamInfo, StreamOutlet
5
import sys
6
import argparse
7
-import os
-import signal
import threading
-from typing import Optional
# BLE parameters (must match your firmware)
DEVICE_NAME_PREFIX = "NPG"
0 commit comments