milo autorun programs

This commit is contained in:
kepler155c
2018-11-24 14:16:44 -05:00
parent dff7f4bdab
commit 537db89a82
3 changed files with 25 additions and 3 deletions

View File

@@ -3,6 +3,4 @@ local shell = _ENV.shell
if device.workbench then
shell.openForegroundTab('Milo')
elseif device.neuralInterface then
shell.openForegroundTab('MiloRemote')
end