Update drone.lua

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

View file

@ -46,7 +46,7 @@ while true do
sendMsg(" Flashing new firmware...")
eeprom.set(full_response)
sendMsg(" Done flashing firmware!")
sendMsg("Update process done! Please reboot the drone for changes to take effect.")
sendMsg("Update process done!")
end
if cmd == "gst" then -- Get Status Text
sendMsg(d.getStatusText())