diff options
| author | rimio <vasi.vilvoiu@gmail.com> | 2019-02-16 02:53:29 +0200 |
|---|---|---|
| committer | rimio <vasi.vilvoiu@gmail.com> | 2019-02-16 02:53:29 +0200 |
| commit | d63a9edcfcc39185f7cb746cd5142927a0afc1f3 (patch) | |
| tree | 0f0b451a19dcf010702f07b8e35be301db1d1630 /src/libsstv.template.h | |
| parent | c06018daf063f023bd82bba21eda2ca8a9e9ab8d (diff) | |
FAX480 mode
Diffstat (limited to 'src/libsstv.template.h')
| -rw-r--r-- | src/libsstv.template.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libsstv.template.h b/src/libsstv.template.h index 3ef620c..ceda0c4 100644 --- a/src/libsstv.template.h +++ b/src/libsstv.template.h @@ -62,6 +62,9 @@ typedef enum { * SSTV modes (value is VIS+Parity) */ typedef enum { + /* FAX modes */ + SSTV_MODE_FAX480 = 85, + /* Robot modes */ SSTV_MODE_ROBOT_BW8_R = 129, SSTV_MODE_ROBOT_BW8_G = 130, |
