Add some debugging.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
copypath("0:/helicopter/ui", "1:/init").
|
||||
copypath("0:/helicopter/init", "1:/init").
|
||||
copypath("0:/helicopter/hover", "1:/hover").
|
||||
copypath("0:/debug", "1:/debug").
|
||||
|
||||
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Open Terminal").
|
||||
run "1:/init".
|
||||
|
@ -7,7 +7,7 @@ deletepath("/boot/rocket").
|
||||
// Install software.
|
||||
compile "0:/lib/navigation" to "1:/lib/navigation".
|
||||
compile "0:/lib/throttle" to "1:/lib/throttle".
|
||||
compile "0:/rocket/ui" to "1:/init".
|
||||
compile "0:/rocket/init" to "1:/init".
|
||||
compile "0:/rocket/launch" to "1:/launch".
|
||||
copypath("0:/rocket/execnode", "1:/execnode").
|
||||
|
||||
|
Reference in New Issue
Block a user