diff options
author | Jörgen Scott <jorgen.scott@gmail.com> | 2014-08-15 15:13:39 +0200 |
---|---|---|
committer | Jörgen Scott <jorgen.scott@gmail.com> | 2014-08-15 15:13:39 +0200 |
commit | 855311975814891f531577f90115bfb5fa6ed252 (patch) | |
tree | be81381ab19cbe7e01318620dec1ce6baf77454f /doc | |
parent | 984680904368b94a64f45c6e5aa27348cf3d299d (diff) | |
download | dabmod-855311975814891f531577f90115bfb5fa6ed252.tar.gz dabmod-855311975814891f531577f90115bfb5fa6ed252.tar.bz2 dabmod-855311975814891f531577f90115bfb5fa6ed252.zip |
Fixed commented zmq example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example.ini b/doc/example.ini index 9cdfe03..1c25529 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -25,7 +25,7 @@ loop=0 ; When recieving data using ZeroMQ, the source is the URI to be used ;transport=zeromq -;source=tcp://localhost:8080 +;source=zmq+tcp://localhost:8080 [modulator] ; Gain mode: 0=FIX, 1=MAX, 2=VAR |