Skip to content

Commit

Permalink
Fix parameter name. (#2639)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Nov 21, 2024
1 parent 7da129e commit 0d19b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/firmware.toit
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ build-esp32-image invocation/cli.Invocation envelope/Envelope --config-encoded/B
cli := invocation.cli
ui := cli.ui

partition-table-path := invocation["partition-table"]
partition-table-path := invocation["partitions"]

firmware-bin := extract-binary-esp32 envelope --config-encoded=config-encoded
binary := Esp32Binary firmware-bin
Expand Down

0 comments on commit 0d19b59

Please sign in to comment.