From 1242a571245e274a117b282e0e658686c0855bc7 Mon Sep 17 00:00:00 2001 From: Epic Curious <109078515+epiccurious@users.noreply.github.com> Date: Tue, 21 May 2024 07:26:46 -0400 Subject: [PATCH] Update flash_your_device (#83) --- flash_your_device | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash_your_device b/flash_your_device index f6d25d9..c8b2410 100755 --- a/flash_your_device +++ b/flash_your_device @@ -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