Skip to content

Commit b6c766d

Browse files
authored
Merge pull request #88 from krzk/dupa
schema: Allow Fastboot serial numbers up to 16 characters
2 parents 30c30ce + 031948f commit b6c766d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ properties:
2626
fastboot:
2727
description: fastboot id
2828
type: string
29-
pattern: "^[0-9a-f]{8}$"
29+
pattern: "^[0-9a-f]{8,16}$"
3030

3131
fastboot_set_active:
3232
description: run fastboot set active before each boot, slot can be selected

0 commit comments

Comments
 (0)