File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ Sample configuration file:
72
72
connect_attempts = 7
73
73
write_block_attempts = 2
74
74
reset_delay = 0.75
75
- # Overriding the default reset sequence to work in an abnormal environment
76
- custom_reset_sequence = D0|R1|W0.1 |D1|R0|W0.5|D0
75
+ # Overriding the default reset sequence to work in an abnormal environment (prolonged delay):
76
+ custom_reset_sequence = D0|R1|W1.3 |D1|R0|W0.5|D0
77
77
78
78
Options
79
79
-------
@@ -142,7 +142,7 @@ A sequence is defined with a string in the following format:
142
142
+------+-----------------------------------------------------------+-----------------+
143
143
144
144
145
- For example: ``D0|R1|W0.1|D1|R0|W0.5 |D0 `` represents the following classic reset sequence:
145
+ For example: ``D0|R1|W0.1|D1|R0|W0.05 |D0 `` represents the following classic reset sequence:
146
146
147
147
.. code-block :: python
148
148
You can’t perform that action at this time.
0 commit comments