Skip to content

Commit

Permalink
dl24: reduced packet/byte wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystianD committed May 21, 2022
1 parent 561e34e commit e97a00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dl24/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
SETTMR = 0x04
RESET_COUNTERS = 0x05

ByteWaitTime_s = 4
PacketWaitTime_s = 4
ByteWaitTime_s = 1
PacketWaitTime_s = 1
RetriesCount = 4


Expand Down

0 comments on commit e97a00e

Please sign in to comment.