Skip to content

Commit 0f1f3fc

Browse files
committed
Add back to homescreen check to delay test
1 parent 4648efa commit 0f1f3fc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

examples/delay/autotester.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"action|launch",
1313
"hashWait|1",
1414
"delay|4800",
15-
"hashWait|2"
15+
"hashWait|2",
16+
"hashWait|3"
1617
],
1718
"hashes": {
1819
"1": {
@@ -27,6 +28,12 @@
2728
"size": "vram_16_size",
2829
"expected_CRCs": [ "948248E" ],
2930
"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" ]
3037
}
3138
}
3239
}

0 commit comments

Comments
 (0)