Update drone.lua
This commit is contained in:
parent
fed7cc7ed3
commit
56a94e6864
|
@ -7,6 +7,7 @@ local d = component.proxy(component.list("drone")())
|
|||
local t = component.proxy(component.list("modem")())
|
||||
local eeprom = component.proxy(component.list("eeprom")())
|
||||
local interweb = component.proxy(component.list("internet")())
|
||||
local str = string
|
||||
local fwaddress = "https://raw.githubusercontent.com/DremOSDeveloperTeam/opencomputers-drone/master/drone.lua"
|
||||
local commport = 6500
|
||||
|
||||
|
|
Loading…
Reference in a new issue