summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-11-05 17:29:22 +0100
committerUlf Wiger <ulf@feuerlabs.com>2015-11-20 13:47:02 -0800
commitca1f0abd9f0f1478da8380bff28cb25aada34c1d (patch)
tree814c4a3c17b247cc300f62673771dad5a5c6ed77 /priv
parent1b44c2448344a10ae63904a796b6211c40a3f212 (diff)
downloadrvi_core-ca1f0abd9f0f1478da8380bff28cb25aada34c1d.tar.gz
All tests (incl remote method inv) pass
- No signatures on messages (dlink_tls) - dlink_bt wasn't actually tested (test case passed erroneously) - added proto_msgpack component - fixed sneaky bug in 'setup'
Diffstat (limited to 'priv')
-rw-r--r--priv/config/rvi_common.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/priv/config/rvi_common.config b/priv/config/rvi_common.config
index a84d10b..a01d57d 100644
--- a/priv/config/rvi_common.config
+++ b/priv/config/rvi_common.config
@@ -70,7 +70,8 @@ LogLevel = Env("RVI_LOGLEVEL", info).
dlink_bt,
dlink_sms,
proto_bert,
- proto_json
+ proto_json,
+ proto_msgpack
%% If adding apps, you can still include this config, and complement
%% with {add_apps, [App]}, {remove_apps, [App]} and even {sort_app,A,Before}.
]},