Skip to content

Commit

Permalink
Update flash_your_device (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccurious authored May 21, 2024
1 parent 65d3633 commit 1242a57
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
idf.py build &> /dev/null
echo "ok."

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

0 comments on commit 1242a57

Please sign in to comment.