transition tot kernel
This commit is contained in:
@@ -5,7 +5,6 @@ local Util = require('util')
|
||||
|
||||
local device = _G.device
|
||||
local fs = _G.fs
|
||||
local multishell = _ENV.multishell
|
||||
local network = _G.network
|
||||
local os = _G.os
|
||||
local printError = _G.printError
|
||||
@@ -14,7 +13,7 @@ if not device.wireless_modem then
|
||||
return
|
||||
end
|
||||
|
||||
multishell.setTitle(multishell.getCurrent(), 'Net Daemon')
|
||||
_ENV._APP_TITLE = 'Net Daemon'
|
||||
|
||||
print('Net daemon started')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user