diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-26 15:52:55 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-26 15:52:55 +0200 |
commit | c203ead5bbc6144fe63de2ae713bf54e4dd2c996 (patch) | |
tree | 08ec84520d308aa775755829dc8b2857962aac37 /doc | |
parent | 177eb8d875a5513731e8c9b3019ca44d311e55c3 (diff) | |
download | dabmod-c203ead5bbc6144fe63de2ae713bf54e4dd2c996.tar.gz dabmod-c203ead5bbc6144fe63de2ae713bf54e4dd2c996.tar.bz2 dabmod-c203ead5bbc6144fe63de2ae713bf54e4dd2c996.zip |
Add TII to remote control, add explicit enable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/example.ini b/doc/example.ini index d99a966..d59223d 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -232,6 +232,7 @@ offset=0.002 [tii] ; (experimental) ; If these options are set, TII transmission is enabled. -comb = 16 -pattern = 3 +enable=0 +comb=16 +pattern=3 |