Skip to content

Commit

Permalink
https://github.com/rusefi/fw-custom-example/issues/14
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Sep 2, 2024
1 parent fc2a37b commit 1dbcc34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion compile_firmware.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# do we need export EXTRA_LIVE_DATA_FILE=",../../../board_extra.yaml" here?
export EXTRA_LIVE_DATA_FILE=",../../../board_extra.yaml"
# todo: code reuse with manual-generate-meta-data.sh?
export META_OUTPUT_ROOT_FOLDER="../../../generated/"

cd ext/rusefi/firmware/
bash bin/compile.sh ../../../meta-info.env

0 comments on commit 1dbcc34

Please sign in to comment.