Skip to content

Commit

Permalink
delaying after setting baud
Browse files Browse the repository at this point in the history
  • Loading branch information
snhobbs committed Jul 22, 2024
1 parent 7edb63f commit d9ce644
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/isp_programmer/ISPConnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
from .parts_definitions import GetPartDescriptor
from . import tools


_log = logging.getLogger("isp_programmer")

kTimeout = 0.1
kTimeout = 1


BAUDRATES = (9600, 19200, 38400, 57600, 115200, 230400, 460800)
Expand Down

0 comments on commit d9ce644

Please sign in to comment.