Update drone.lua
This commit is contained in:
parent
449d66fddd
commit
ec56986d4c
|
@ -12,7 +12,7 @@ local cmdacc_color = 0xFFFFFF
|
||||||
|
|
||||||
t.open(6500)
|
t.open(6500)
|
||||||
|
|
||||||
sendMsg(msg)
|
function sendMsg(msg)
|
||||||
t.broadcast(commport,d.name(),"up",msg)
|
t.broadcast(commport,d.name(),"up",msg)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ while true do
|
||||||
if evt == "modem_message" and name == d.name() then
|
if evt == "modem_message" and name == d.name() then
|
||||||
d.setLightColor(cmdacc_color)
|
d.setLightColor(cmdacc_color)
|
||||||
if cmd == "gfw" then -- Get Firmware Version
|
if cmd == "gfw" then -- Get Firmware Version
|
||||||
t.broadcast(commport, fwv)
|
sendMsg(fwv)
|
||||||
end
|
end
|
||||||
if cmd == "ufw" then -- Update Firmware.
|
if cmd == "ufw" then -- Update Firmware.
|
||||||
local web_request = interweb.request(fwaddress)
|
local web_request = interweb.request(fwaddress)
|
||||||
|
|
Loading…
Reference in a new issue