| 790 | } |
| 791 | |
| 792 | void section10skip(Runner& r) |
| 793 | { |
| 794 | r.section(QStringLiteral("Section 10 — PTT (skipped — pass --ptt to enable)")); |
| 795 | for (const char* name : { "10.0 baseline", "10.0r bare ZZTX read (no key)", |
| 796 | "10.1 ZZTX1 keys", "10.1r read while keyed", |
| 797 | "10.2 ZZRX; unkeys", "10.3 base TX/RX" }) { |
| 798 | r.skip(QString::fromLatin1(name), QStringLiteral("--ptt not set")); |
| 799 | } |
| 800 | } |
| 801 | |
| 802 | // ═════════════════════════════════════════════════════════════════════════════ |
| 803 | // Section 11 — Unknown / Invalid ZZ Commands |