diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 81a8f57..c72be25 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -2556,7 +2556,7 @@ export default function App() { // segment AFTER the (which logs and clears the form) still expands its // variables correctly. const parts = rawText.split(//i).map((pt) => resolveCW(pt)); - const isRig = cwSourceRef.current === 'icom' || cwSourceRef.current === 'flex'; + const isRig = cwSourceRef.current === 'icom' || cwSourceRef.current === 'flex' || cwSourceRef.current === 'yaesu'; for (let p = 0; p < parts.length; p++) { if (aborted()) return; // ESC / Stop before this segment → stop sending, don't log const resolved = parts[p]; @@ -5222,8 +5222,16 @@ export default function App() { {wkEnabled && (