Skip to content

Commit 2c1d527

Browse files
committed
test
1 parent 2a49d08 commit 2c1d527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# shellcheck disable=SC2034
33

4-
DEBUG() { echo "DEBUG: $*" >&2; }
4+
DEBUG() { echo -e "\nDEBUG: $*\n" >&2; }
55

66
if [ -z "$IDF_PATH" ]; then
77
export IDF_PATH="$PWD/esp-idf"

0 commit comments

Comments
 (0)