Skip to content

Commit

Permalink
Merge pull request platformio#41 from OpenKNX/increase_jlink_rset_time
Browse files Browse the repository at this point in the history
increase rset to 200ms
  • Loading branch information
maxgerhardt authored Oct 5, 2023
2 parents ffb6889 + c9d5ede commit 8ed4e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def _jlink_cmd_script(env, source):
"h",
"loadbin %s, %s" % (source, upload_addr),
"RSetType 2",
"ResetX 100",
"ResetX 200",
"q"
]
with open(script_path, "w") as fp:
Expand Down

0 comments on commit 8ed4e4e

Please sign in to comment.