Fighting with pid loops. WIP.
This commit is contained in:
parent
a39f5fa328
commit
dd6f3d528b
7 changed files with 83 additions and 13 deletions
|
@ -8,8 +8,8 @@ deletepath("/boot/rocket").
|
|||
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/launch" to "1:/rocket/launch".
|
||||
copypath("0:/rocket/execnode", "1:/rocket/execnode"). // larger when compiled
|
||||
compile "0:/rocket/launch" to "1:/launch".
|
||||
copypath("0:/rocket/execnode", "1:/execnode").
|
||||
|
||||
// Set OS to boot and restart.
|
||||
set core:bootfilename to "/init".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue