You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/config.sh
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,9 @@ else
75
75
fi
76
76
77
77
rm -rf release-info.txt
78
-
echo"Framework built from Tasmota IDF branch $IDF_BRANCH commit $IDF_COMMIT and $AR_REPO branch $AR_BRANCH commit $AR_COMMIT">> release-info.txt
78
+
#echo "Framework built from Tasmota IDF branch $IDF_BRANCH commit $IDF_COMMIT and $AR_REPO branch $AR_BRANCH commit $AR_COMMIT" >> release-info.txt
79
+
echo"Framework built from $IDF_REPO branch [$IDF_BRANCH](https://github.com/$IDF_REPO/tree/$IDF_BRANCH) commit [$IDF_Commit](https://github.com/$IDF_REPO/commits/$IDF_BRANCH/#:~:text=$IDF_Commit)
80
+
and $AR_REPO branch [$AR_BRANCH](https://github.com/$AR_REPO/tree/$AR_BRANCH) commit [$AR_Commit](https://github.com/$AR_REPO/commits/$AR_BRANCH/#:~:text=$AR_Commit)">> release-info.txt
0 commit comments