Skip to content

Commit

Permalink
Fixed release builder
Browse files Browse the repository at this point in the history
  • Loading branch information
vovagorodok committed Mar 19, 2024
1 parent 70affdd commit c88f07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release_builder/release_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SCRIPT_DIR=$( cd $( dirname $0 ) && pwd )
OUT_DIR=$SCRIPT_DIR/out
PROJECT_DIR=$SCRIPT_DIR/../..
PIO_BUILD_DIR=$PROJECT_DIR/.pio/build
EXAMPLE_PATH=$PROJECT_DIR/examples/full/main.ino
EXAMPLE_PATH=$PROJECT_DIR/examples/full/full.ino

source ~/.platformio/penv/bin/activate

Expand Down

0 comments on commit c88f07d

Please sign in to comment.