Deleted restart power functions at the beginning of scripts

This commit is contained in:
Yasin Kaya 2020-11-26 14:45:08 +00:00
parent 44f62e6c22
commit 7f9e5d3709
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ function restart_power()
gpio -g write $ENABLE 0 # power is enabled
}
restart_power # Restart power
#restart_power
# Modem power up
if power_up_module -eq 0 ; then sleep 0.1; else debug "Module couldn't be powered up! Check the hardware setup!"; fi

View File

@ -52,7 +52,7 @@ function restart_power()
gpio -g write $DISABLE 1 # power is enabled
}
restart_power # Restart power
#restart_power
# Modem power up
if power_up_module -eq 0 ; then sleep 0.1; else debug "Module couldn't be powered up! Check the hardware setup!"; fi

View File

@ -52,7 +52,7 @@ function restart_power()
gpio -g write $DISABLE 1 # power is enabled
}
restart_power # Restart power
#restart_power
# Modem power up
if power_up_module -eq 0 ; then sleep 0.1; else debug "Module couldn't be powered up! Check the hardware setup!"; fi