We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1d527 commit 5e3a36cCopy full SHA for 5e3a36c
tools/config.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
# shellcheck disable=SC2034
3
4
-DEBUG() { echo -e "\nDEBUG: $*\n" >&2; }
+DEBUG() { echo -e "\nDEBUG: $*" >&2; }
5
6
if [ -z "$IDF_PATH" ]; then
7
export IDF_PATH="$PWD/esp-idf"
0 commit comments