Fix typo added in esp32 post_build filename (#5918)

This commit is contained in:
Jesse Hills 2023-12-13 11:47:46 +09:00 committed by GitHub
parent 2fcc5b3ef2
commit f1f8689462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ async def to_code(config):
add_extra_script(
"post",
"post_build2.py",
"post_build.py",
os.path.join(os.path.dirname(__file__), "post_build.py.script"),
)