We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b78b168 + 1b87f46 commit 3b35762Copy full SHA for 3b35762
tools/current_commit.sh
@@ -0,0 +1,2 @@
1
+IDF_COMMIT=$(wget -q -O- "https://github.com/espressif/arduino-esp32/search?q=update+idf&type=Commits" | grep -i "update idf" | grep -e "to [0-9a-f]*" | sed "s/^.*to \([0-9a-f]*\).*/\1/" | head -1)
2
+echo Current commit is $IDF_COMMIT
0 commit comments