Fix test env config.exs

pull/974/head
connor rigby 2019-03-25 08:42:18 -07:00 committed by Connor Rigby
parent d4245cf2df
commit 16c9f8d62f
No known key found for this signature in database
GPG Key ID: 29A88B24B70456E0
1 changed files with 1 additions and 3 deletions

View File

@ -31,12 +31,10 @@ config :farmbot,
{Farmbot.Platform.Host.Configurator, []}
]
config :farmbot, FarmbotOS.TTYDetector, expected_names: []
config :farmbot, FarmbotOS.FirmwareTTYDetector, expected_names: []
config :farmbot_ext, FarmbotExt.AMQP.NervesHubTransport,
handle_nerves_hub_msg: FarmbotOS.NervesHub
config :farmbot, FarmbotOS.NervesHub,
farmbot_nerves_hub_handler: FarmbotOS.Platform.Host.NervesHubHandler
config :farmbot_core, :uart_handler, tty: "/dev/ttyACM0"