Skip to content

Commit

Permalink
fix delay
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoeders committed Nov 15, 2024
1 parent 49da628 commit f923ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="yinstruments",
packages=find_packages(),
version="1.6.0",
version="1.6.1",
description="Experiment device control scripts for BYU's Configurable Computing Lab (https://ccl.byu.edu/)",
author="Jeff Goeders",
author_email="jeff.goeders@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion yinstruments/pdu/netbooter.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Netbooter(PDU):

DEFAULT_NETBOOTER_PORT = 23
DEFAULT_TIMEOUT_TIME = 3.0 # 3 seconds
DEFAULT_NETBOOTER_DELAY = 0.05 # 50 ms
DEFAULT_NETBOOTER_DELAY = 0.5 # 500 ms

def __init__(
self,
Expand Down

0 comments on commit f923ec0

Please sign in to comment.