60-rc2
This commit is contained in:
@@ -281,7 +281,18 @@ function handleLogoutAllUsers() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function handleCheckEspIdf() {
|
||||||
|
if [ ! -z $IDF_PYTHON_ENV_PATH ]; then
|
||||||
|
writeToLog "FAIL: esp-idf environment varibles found!\nPelase run from a fresh termnal that has not had get_idf ran! Exiting"
|
||||||
|
exit
|
||||||
|
else
|
||||||
|
writeToLog "Environment correct: no esp-idf evnironment variables found, proceeding"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
function handleStart() {
|
function handleStart() {
|
||||||
|
handleCheckEspIdf
|
||||||
|
|
||||||
if [ -z $sleepMins ]; then
|
if [ -z $sleepMins ]; then
|
||||||
sleepMins="disabled"
|
sleepMins="disabled"
|
||||||
fi
|
fi
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
60-rc1.6.3
|
60-rc2
|
||||||
Reference in New Issue
Block a user