diff --git a/code/build.sh b/code/build.sh index 2dcc0fb4..de85f451 100755 --- a/code/build.sh +++ b/code/build.sh @@ -5,7 +5,7 @@ echo "--------------------------------------------------------------" echo "ESPURNA FIRMWARE BUILDER" # Available environments -available=`cat platformio.ini | grep env: | grep -v ota | sed 's/\[env://' | sed 's/\]/ /' | sort` +available=`cat platformio.ini | grep env: | grep -v ota | grep -v ssl | sed 's/\[env://' | sed 's/\]/ /' | sort` environments=$@ if [ "$environments" == "list" ]; then echo "--------------------------------------------------------------"