Update drone.lua

This commit is contained in:
Innovation Inc 2021-01-06 04:41:04 -06:00 committed by GitHub
parent eb8c30ee23
commit 37ba442fba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,8 @@
local fwv = "0.01"
local d = component.proxy(component.list("drone")())
local t = component.proxy(component.list("modem")())
local eeprom = part "eeprom"
local interweb = part "internet"
local eeprom = component.proxy(component.list("eeprom")())
local interweb = component.proxy(component.list("internet")())
local fwaddress = "https://raw.githubusercontent.com/DremOSDeveloperTeam/opencomputers-drone/master/drone.lua"
local commport = 6500