diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index d06a638d..5828728b 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -41,6 +41,7 @@ firmware_size () { echo "${output}" | sed -e "s/\(Program:.*\)(\([0-9\.]*%\) Full)/\1(${PERCENT}% Full)/" } + find_sketch () { SKETCH="${SKETCH:-${DEFAULT_SKETCH}}" LIBRARY="${LIBRARY:-${SKETCH}}" @@ -294,43 +295,43 @@ EOF } usage () { - cat <