Fix firmware missing alert_helper not using package name

pull/974/head
Connor Rigby 2019-05-28 13:09:04 -07:00
parent 317270dbb9
commit 32580bf2ef
No known key found for this signature in database
GPG Key ID: 29A88B24B70456E0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ defmodule FarmbotOS.AlertHelpers do
%{
kind: :rpc_request,
args: %{label: "findme"},
body: [%{kind: :flash_firmware, args: %{package: "arduino"}}]
body: [%{kind: :flash_firmware, args: %{package: package}}]
}
|> FarmbotCeleryScript.AST.decode()
|> FarmbotCeleryScript.Scheduler.schedule()