:up_arrow:

pull/363/head
connor rigby 2017-09-27 09:23:44 -07:00
parent 12e2ac6110
commit 0285d1f5ec
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,8 @@ config :farmbot, :transport, [
# Configure Farmbot Behaviours.
config :farmbot, :behaviour, [
authorization: Farmbot.Bootstrap.Authorization,
system_tasks: Farmbot.Target.SystemTasks
system_tasks: Farmbot.Target.SystemTasks,
firmware_handler: Farmbot.Firmware.UartHandler
]
config :nerves_firmware_ssh,

View File

@ -59,7 +59,6 @@ defmodule Farmbot.Mixfile do
]
end
def application do
[mod: {Farmbot, []}, extra_applications: [:logger]]
end