| 1682 | } |
| 1683 | |
| 1684 | void section11Skip(Runner& r) |
| 1685 | { |
| 1686 | r.section(QStringLiteral("Section 11 — CW / Morse (skipped — pass --cw to enable)")); |
| 1687 | for (const auto* name : { |
| 1688 | "11.0 read RFPOWER", "11.0b set RFPOWER 0.01", "11.0c confirm RFPOWER", |
| 1689 | "11.0d set_mode CW 500", "11.0d2 mode confirmed CW", |
| 1690 | "11.0e get_func FBKIN", "11.0f set_func FBKIN 1", |
| 1691 | "11.1 send_morse inline", "11.2 stop_morse", |
| 1692 | "11.3 two-line form", "11.4 safety: PTT 0 after 2-s watch", |
| 1693 | "11.5 restore RFPOWER", "11.5b confirm RFPOWER restored", |
| 1694 | }) |
| 1695 | r.skip(QLatin1String(name), QStringLiteral("--cw not set")); |
| 1696 | } |
| 1697 | |
| 1698 | // ═════════════════════════════════════════════════════════════════════════════ |
| 1699 | // Section 12 — Power Conversion |