diff --git a/test-scratch.sh b/test-scratch.sh index c224346..28d7469 100644 --- a/test-scratch.sh +++ b/test-scratch.sh @@ -1,5 +1,27 @@ -alias get_idf 2>/dev/null +alias get_idf #2>/dev/null ret=$? if [ $ret -eq 1 ]; then - echo "aliasnant not found" + echo "get_idf not found" fi + +alias run_esp_reinstall #2>/dev/null +ret=$? +if [ $ret -eq 1 ]; then + echo "run_esp_reinstall not found" +fi + +alias esp_monitor #2>/dev/null +ret=$? +if [ $ret -eq 1 ]; then + echo "esp_monitor not found" +fi + +alias esp_logs #2>/dev/null +ret=$? +if [ $ret -eq 1 ]; then + echo "esp_monitor not found" +fi + +if [ -z $ESPIDF_INSTALLDIR ]; then + echo "ESPIDF_INSTALLDIR not found" +fi \ No newline at end of file diff --git a/version.txt b/version.txt index e16032f..2596d9c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-beta4.3.3 \ No newline at end of file +61-beta4.3.4 \ No newline at end of file