diff --git a/src/reconnect_scripts/reconnect_cellulariot b/src/reconnect_scripts/reconnect_cellulariot index a6fed87..be9d093 100644 --- a/src/reconnect_scripts/reconnect_cellulariot +++ b/src/reconnect_scripts/reconnect_cellulariot @@ -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 diff --git a/src/reconnect_scripts/reconnect_cellulariot_app b/src/reconnect_scripts/reconnect_cellulariot_app index 45963f2..b1053f1 100644 --- a/src/reconnect_scripts/reconnect_cellulariot_app +++ b/src/reconnect_scripts/reconnect_cellulariot_app @@ -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 diff --git a/src/reconnect_scripts/reconnect_tracker b/src/reconnect_scripts/reconnect_tracker index 3cd3d01..cda4543 100644 --- a/src/reconnect_scripts/reconnect_tracker +++ b/src/reconnect_scripts/reconnect_tracker @@ -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