fix typo
This commit is contained in:
parent
5208db4c67
commit
7a95d74fd6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class FirmwareBuildSchema(Schema):
|
||||||
example=ChipType.ESP32_C3.name,
|
example=ChipType.ESP32_C3.name,
|
||||||
)
|
)
|
||||||
sha256_hash: str = APIField(
|
sha256_hash: str = APIField(
|
||||||
description="SHE256 hash of the underlying ELF file",
|
description="SHA256 hash of the underlying ELF file",
|
||||||
pattern=r"^[0-9a-f]{64}$",
|
pattern=r"^[0-9a-f]{64}$",
|
||||||
)
|
)
|
||||||
url: str = APIField(
|
url: str = APIField(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue