mirror of
https://github.com/kepler155c/opus
synced 2025-04-05 23:26:55 +00:00
web running os
This commit is contained in:
parent
e3d0d6454d
commit
3307d04e20
@ -287,7 +287,7 @@ function Browser:eventHandler(event)
|
||||
Event.exitPullEvents()
|
||||
|
||||
elseif event.type == 'edit' and file then
|
||||
self:run('sys/apps/shell', 'edit', file.name)
|
||||
self:run('sys/apps/shell', '/sys/apps/edit.lua', file.name)
|
||||
|
||||
elseif event.type == 'shell' then
|
||||
self:run('sys/apps/shell')
|
||||
|
@ -95,7 +95,7 @@ end)
|
||||
process:newThread('discovery_server', function()
|
||||
device.wireless_modem.open(999)
|
||||
|
||||
os.sleep(1) -- allow services a chance to startup
|
||||
--os.sleep(1) -- allow services a chance to startup
|
||||
print('discovery: listening on port 999')
|
||||
|
||||
while true do
|
||||
|
Loading…
x
Reference in New Issue
Block a user