Skip to content

Commit

Permalink
Merge pull request #24 from byuccl/fix-delay
Browse files Browse the repository at this point in the history
fix delay
  • Loading branch information
jgoeders authored Nov 15, 2024
2 parents 49da628 + f923ec0 commit 5b62256
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 5b62256

Please sign in to comment.