Refactor reentry into a library and make it usable by rocket.ks
This commit is contained in:
@ -7,6 +7,7 @@ local compiled is list(
|
||||
"/lib/navigation",
|
||||
"/lib/stabilize_rocket",
|
||||
"/lib/ui",
|
||||
"/lib/reentry",
|
||||
"/lib/throttle"
|
||||
).
|
||||
|
||||
|
@ -3,7 +3,8 @@ runoncepath("0:/lib/boot").
|
||||
parameter debug is false.
|
||||
|
||||
local compiled is List(
|
||||
"/lib/navigation"
|
||||
"/lib/navigation",
|
||||
"/lib/reentry"
|
||||
).
|
||||
|
||||
local copied is List(
|
||||
|
Reference in New Issue
Block a user