Compare commits

..

No commits in common. "d2b30cc99548c67101c4b7d356fcac2a2aa068b1" and "33952d176fcc84872a5884e20d244cb193a65754" have entirely different histories.

2 changed files with 0 additions and 6 deletions

BIN
go_extend/cmd/iot_ctrl/iot_ctrl Executable file

Binary file not shown.

View File

@ -2,9 +2,6 @@
{project_app_dirs, ["apps/*"]}.
{pre_hooks, [{compile, "make -C go_extend build"},
{clean, "make -C go_extend clean"}]}.
{deps, [
{poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.1"}}},
{hackney, ".*", {git, "https://github.com/benoitc/hackney.git", {tag, "1.25.0"}}},
@ -25,9 +22,6 @@
{include_erts, true},
{mode, prod},
%{mode, prod},
{overlay, [
{copy, "go_extend/cmd/iot_ctrl/iot_ctrl", "bin/"}
]},
{sys_config_src, "./config/sys.config.src"},
{vm_args_src, "./config/vm.args.src"}