We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4648efa commit 0f1f3fcCopy full SHA for 0f1f3fc
examples/delay/autotester.json
@@ -12,7 +12,8 @@
12
"action|launch",
13
"hashWait|1",
14
"delay|4800",
15
- "hashWait|2"
+ "hashWait|2",
16
+ "hashWait|3"
17
],
18
"hashes": {
19
"1": {
@@ -27,6 +28,12 @@
27
28
"size": "vram_16_size",
29
"expected_CRCs": [ "948248E" ],
30
"timeout": 500
31
+ },
32
+ "3": {
33
+ "description": "Back to the home screen (exit check)",
34
+ "start": "vram_start",
35
+ "size": "vram_16_size",
36
+ "expected_CRCs": [ "FFAF89BA", "101734A5", "9DA19F44" ]
37
}
38
39
0 commit comments