Commit 1ebbdd8
Fix for #1891 FT-817 CAT emulation broken for WINTEST
The change back to the original response of the real FT-817
on PTT_STATE CAT command (which is 0xff) fixes an issue with the
WINTEST program.
That hamlib only tests the bit 7 (0x80) in ft817_get_ptt does not make 0x80 a valid
answer for other programs.
cherry-pick cat fix1 parent 5a75745 commit 1ebbdd8
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1286 | 1286 | | |
1287 | 1287 | | |
1288 | 1288 | | |
1289 | | - | |
1290 | 1289 | | |
1291 | 1290 | | |
1292 | | - | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
1293 | 1294 | | |
1294 | 1295 | | |
1295 | 1296 | | |
| |||
0 commit comments