Skip to content

Commit f77fe16

Browse files
committed
Add gui function
1 parent 46d6f04 commit f77fe16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ If GUI is not enabled, you can use an LSL viewer (e.g., BrainVision LSL Viewer)
109109
110110
We are thankful to our awesome contributors, the list below is alphabetically sorted.
111111
112-
- [Payal Lakra](https://github.com/payallakra)
112+
- [Payal Lakra](https://github.com/payallakra)

bioamptool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def main():
272272
global verbose
273273
parser = argparse.ArgumentParser(description="Upside Down Labs - BioAmp Tool") # Create argument parser
274274
parser.add_argument('-p', '--port', type=str, help="Specify the COM port") # Port argument
275-
parser.add_argument('-b', '--baudrate', type=int, default=57600, help="Set baud rate for the serial communication") # Baud rate argument default = 57600
275+
parser.add_argument('-b', '--baudrate', type=int, default=57600, help="Set baud rate for the serial communication") # Baud rate
276276
parser.add_argument('--csv', action='store_true', help="Create and write to a CSV file") # CSV logging flag
277277
parser.add_argument('--lsl', action='store_true', help="Start LSL stream") # LSL streaming flag
278278
parser.add_argument('--gui', action='store_true', help="Start GUI for real-time plotting") # GUI flag

0 commit comments

Comments
 (0)