diff options
author | Eric <emarsman@users.noreply.github.com> | 2015-09-15 10:06:34 -0400 |
---|---|---|
committer | Eric <emarsman@users.noreply.github.com> | 2015-09-15 10:06:34 -0400 |
commit | efdc0eb905b57a691badc6e87d9785ee83ce311e (patch) | |
tree | 3cf41917fdb6de4e5c3f6198745ccf3336c949a9 /openxc.options | |
parent | be2e20347d928b92b1fdfe674d5d5c31bf60fbfd (diff) | |
parent | 85208d33213e1932f3ae160310f751f1e5c064f6 (diff) |
Merge pull request #23 from mgiannikouris/crosschasm-c5
added uptime field to VehicleMessage - new support for CrossChasm C5 BT & Cell devices
Diffstat (limited to 'openxc.options')
-rw-r--r-- | openxc.options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openxc.options b/openxc.options index 5a018795..b434578b 100644 --- a/openxc.options +++ b/openxc.options @@ -5,3 +5,6 @@ openxc.DiagnosticResponse.payload max_size:8 openxc.DiagnosticRequest.name max_size:10 openxc.DiagnosticRequest.payload max_size:8 openxc.CanMessage.data max_size:8 + +openxc.ServerConnectSettings.host max_size:128 +openxc.NetworkDataSettings.apn max_size:64 |