Update drone.lua

This commit is contained in:
Innovation Inc 2021-01-07 18:58:42 -06:00 committed by GitHub
parent 449d66fddd
commit ec56986d4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ local cmdacc_color = 0xFFFFFF
t.open(6500)
sendMsg(msg)
function sendMsg(msg)
t.broadcast(commport,d.name(),"up",msg)
end
@ -23,7 +23,7 @@ while true do
if evt == "modem_message" and name == d.name() then
d.setLightColor(cmdacc_color)
if cmd == "gfw" then -- Get Firmware Version
t.broadcast(commport, fwv)
sendMsg(fwv)
end
if cmd == "ufw" then -- Update Firmware.
local web_request = interweb.request(fwaddress)