Automatically install rocket program once a connection is available.
This commit is contained in:
parent
e464fe099e
commit
c3bfd4c650
|
@ -24,7 +24,10 @@ function SolarPanels {
|
||||||
}
|
}
|
||||||
|
|
||||||
wait until SHIP:UNPACKED.
|
wait until SHIP:UNPACKED.
|
||||||
wait 5.0.
|
wait 2.0.
|
||||||
Antennas().
|
Antennas().
|
||||||
SolarPanels().
|
SolarPanels().
|
||||||
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Open Terminal").
|
|
||||||
|
wait until CONTROLCONNECTION:ISCONNECTED.
|
||||||
|
switch to 0.
|
||||||
|
RunPath("/reinstall").
|
||||||
|
|
Loading…
Reference in New Issue
Block a user