Skip to content

Commit

Permalink
changed default board to Muse S
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusKlug committed May 23, 2023
1 parent 0b98c31 commit 65bd580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ixr_flow/ixr_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def create_boardid_input(self, root):
self.boardidEnt["font"] = ft
self.boardidEnt["fg"] = "#264653"
self.boardidEnt["justify"] = "center"
self.boardidEnt.insert(tk.END, '38')
self.boardidEnt.insert(tk.END, '39')
#self.boardidEnt["textvariable"] = self.text_boardid
self.boardidEnt.place(x=250, y=80, width=70, height=25)

Expand Down Expand Up @@ -122,7 +122,7 @@ def create_reference_input(self, root):
self.CreateToolTip(reference_label,
text="Determines what type of re-reference to use.\n"
" - none: No re-referencing is applied.\n"
" - mean (default): Use the mean of the four frontal and temporal electrodes.\n"
" - mean: Use the mean of the four frontal and temporal electrodes.\n"
" - ref: Use the reference electrode(s) as a reference.")

def create_display_ref_input(self, root):
Expand Down

0 comments on commit 65bd580

Please sign in to comment.