pioneers / runtime

Firmware for the PiE kit robots and devices
7 stars 2 forks source link

[NET_HANDLER][DEV_HANDLER][CLI] Add CLI attaching #196

Closed levincent06 closed 3 years ago

levincent06 commented 3 years ago

Net handler CLI and dev handler CLI can now "attach" to their respective existing instances of runtime instead of spawning a new instance.

Attempting to use these CLIs in their respective "attach" modes without a preexisting instance of runtime is will have undefined behavior.

Closes #118