Skip to content

Commit 6f23c62

Browse files
committed
Cleanup config
Removing grisp_updater_grisp2
1 parent ecced7d commit 6f23c62

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

rebar.config

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,8 @@
4848
]}
4949
]},
5050
{local, [
51-
{deps, [
52-
{grisp_updater_grisp2, {git, "https://github.com/grisp/grisp_updater_grisp2.git", {branch, "main"}}}
53-
]},
5451
{shell, [
55-
{apps, [grisp_updater_grisp2, grisp_connect]},
52+
{apps, [grisp_connect]},
5653
{config, "./config/local.config"}
5754
]}
5855
]},
@@ -62,21 +59,8 @@
6259
{cowboy, "2.12.0"}
6360
]},
6461
{overrides, [
65-
{add, eresu, [{erl_opts, [{d, 'TEST'}]}]},
66-
{add, grisp_cryptoauth, [{erl_opts, [{d, 'EMULATE_CRYPTOAUTH'}]}]}
62+
{add, eresu, [{erl_opts, [{d, 'TEST'}]}]}
6763
]},
6864
{ct_opts, [{sys_config, "./config/test.config"}]}
69-
]},
70-
{docs,[
71-
{deps, [
72-
{grisp_emulation, "0.2.2"}
73-
]},
74-
{overrides, [
75-
{add, grisp, [{erl_opts, [
76-
{d, 'GRISP_HRL'},
77-
{d, 'EMULATION_BACKEND', {grisp2, grisp_emulation}}
78-
]}
79-
]}
80-
]}
8165
]}
8266
]}.

src/grisp_connect.app.src

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
jarl,
1313
grisp_keychain
1414
]},
15-
{optional_applications, [
16-
grisp_updater_grisp2
17-
]},
1815
{env, [
1916
{domain, "devices.grisp.io"},
2017
{port, 443},

0 commit comments

Comments
 (0)