pull/259/head
connor rigby 2017-03-02 06:21:58 -08:00
parent ca7810abf7
commit 97eddebd65
6 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@ -30,5 +30,5 @@ Makefile.bac
# releases generated by the Makefile
/release-*
images
_images
Makefile

Binary file not shown.

View File

@ -182,11 +182,12 @@ defmodule Farmbot.Mixfile do
defp system("host"), do: []
defp system(sys) do
if File.exists?("nerves/NERVES_SYSTEM_#{sys}"),
do: System.put_env("NERVES_SYSTEM", "nerves/NERVES_SYSTEM_#{sys}")
do: System.put_env("NERVES_SYSTEM", "nerves/NERVES_SYSTEM_#{sys}"),
else: IO.puts "HMM?"
# if the system is local (because we have changes to it) use that
if File.exists?("nerves/nerves_system_#{sys}"),
do: [
do: [
{:"nerves_system_#{sys}", warn_missing: false, path: "nerves/nerves_system_#{sys}"},
{:nerves_interim_wifi, "~> 0.1.1"},
# {:nerves_firmware_http, github: "nerves-project/nerves_firmware_http"},

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB