summarylogtreecommitdiffstats
path: root/esp-idf.install
blob: ee5e96be4d877fd32001b0fad7c856d0c01b73f1 (plain)
1
2
3
4
5
6
7
post_install() {
	cat <<HERE
Set ESPIDF variable to /opt/esp-idf in your profile
e. g. like this:
  echo 'export ESPIDF=/opt/esp-idf' >>~/.profile
HERE
}