Skip to content

Commit

Permalink
Update flash_your_device
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccurious authored May 21, 2024
1 parent 5ccb547 commit 33e747d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash_your_device
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ sed -i.bak '/CONFIG_DEBUG_MODE/d' ./sdkconfig.defaults
sed -i.bak '1s/^/CONFIG_LOG_DEFAULT_LEVEL_NONE=y\n/' sdkconfig.defaults

echo -n "Building the Jade firmware... "
idf.py build &> /dev/null
idf.py build
echo "ok."

[ "${CI:-false}" = true ] && echo "Exiting the script for CI runners." && exit 0
Expand Down

0 comments on commit 33e747d

Please sign in to comment.