Skip to content

Commit 6bfa343

Browse files
committed
Merge branch 'master' into pupil-invisible-relay
2 parents 65f577a + c6d78d2 commit 6bfa343

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pupil_capture/pupil_capture_lsl_relay.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from plugin import Plugin
1919
from pyglui import ui
2020

21+
VERSION = '2.0'
2122

2223
logger = logging.getLogger(__name__)
2324
logger.setLevel(logging.DEBUG)
@@ -98,6 +99,7 @@ def construct_streaminfo(self):
9899
channel_format=lsl.cf_double64,
99100
source_id=self.outlet_uuid,
100101
)
102+
stream_info.desc().append_child_value("pupil_lsl_relay_version", VERSION)
101103
xml_channels = stream_info.desc().append_child("channels")
102104
for chan in self.channels:
103105
chan.append_to(xml_channels)

0 commit comments

Comments
 (0)