From ca1f0abd9f0f1478da8380bff28cb25aada34c1d Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Thu, 5 Nov 2015 17:29:22 +0100 Subject: 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' --- priv/config/rvi_common.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'priv') 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}. ]}, -- cgit v1.2.1