kopia lustrzana https://github.com/Hamlib/Hamlib
fix to make get_freq work for the ft920 (different than ft847)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1225 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
4fb92f36e7
commit
8bad6b60f1
|
@ -6,7 +6,7 @@
|
|||
* via serial interface to an FT-920 using the "CAT" interface
|
||||
*
|
||||
*
|
||||
* $Id: ft920.h,v 1.1 2002-10-28 04:53:05 n0nb Exp $
|
||||
* $Id: ft920.h,v 1.2 2002-10-29 23:53:39 fillods Exp $
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -168,8 +168,8 @@ typedef enum ft920_native_cmd_e ft920_native_cmd_t;
|
|||
#define FT920_SUMO_DISPLAYED_MODE 0x18
|
||||
#define FT920_SUMO_DISPLAYED_STATUS 0x00
|
||||
#define FT920_SUMO_DISPLAYED_FREQ 0x01
|
||||
#define FT920_SUMO_VFO_A_FREQ 0x09
|
||||
#define FT920_SUMO_VFO_B_FREQ 0x11
|
||||
#define FT920_SUMO_VFO_A_FREQ 0x01
|
||||
#define FT920_SUMO_VFO_B_FREQ 0x0f
|
||||
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue