Added powerup mechansm to configure_modem.sh

This commit is contained in:
Yasin Kaya
2020-11-26 01:50:37 +03:00
parent d78caf5054
commit 76fe62a862
6 changed files with 84 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ function power_up_module()
else
debug "Module couldn't be powered up!"
sleep 2
fi
else
debug "Module is just powered up."
return 0