Skip to content

Commit

Permalink
updated (1) usgh flags to 1574 (enable low power mode), and (2) balan…
Browse files Browse the repository at this point in the history
…ced power mode.
  • Loading branch information
bartulem committed Jul 30, 2023
1 parent a26cacb commit be5c5f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# usv-playpen v0.2.13
# usv-playpen v0.2.14

<br>
<div align="center">
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='usv-playpen',
version='0.2.13',
version='0.2.14',
author='@bartulem',
author_email='mimica.bartul@gmail.com',
classifiers=[
Expand Down
6 changes: 3 additions & 3 deletions src/usv_playpen_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
my_app_id = 'mycompany.myproduct.subproduct.version'
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(my_app_id)

app_name = 'USV Playpen v0.2.13'
app_name = 'USV Playpen v0.2.14'
experimenter_id = 'bartulem'
email_list_global = ''
config_dir_global = 'C:\\experiment_running_docs'
Expand Down Expand Up @@ -269,7 +269,7 @@ def main_window(self):
f"<br>(4) " + self.link_arduino +
f"<br>(5) " + self.link_coolterm +
f"<br>(6) " + self.link_sox + " (and add it to PATH)"
f"<br><br> Change the Windows " + self.power_plan + " to 'High performance'."
f"<br><br> Change the Windows " + self.power_plan + " to 'Balanced performance'."
f"<br><br> Contact the author for Arduino/Coolterm instructions and necessary configuration files.")
self.label.setOpenExternalLinks(True)
self.generalLayout.addWidget(self.label, 0, 0, alignment=Qt.AlignmentFlag.AlignLeft | Qt.AlignmentFlag.AlignTop)
Expand Down Expand Up @@ -395,7 +395,7 @@ def record_two(self):
'delay': '0.0', 'center': '40000', 'bandwidth': '5', 'fd': '5',
'decimation': '-1', 'device': '0', 'mode': '0', 'outfovertaps': '32',
'outfoverabtast': '2000000', 'outformat': '2', 'outfabtast': '-22050', 'outdeviceid': '0',
'outtype': '7', 'usghflags': '1590', 'diff': '0', 'format': '1',
'outtype': '7', 'usghflags': '1574', 'diff': '0', 'format': '1',
'type': '0', 'nbrwavehdr': '32', 'devbuffer': '0.032', 'ntaps': '32',
'filtercutoff': '15.0', 'filter': '0', 'fabtast': '250000', 'y2': '1322',
'x2': '2557', 'y1': '10', 'x1': '1653', 'fftlength': '256',
Expand Down

0 comments on commit be5c5f6

Please sign in to comment.