kopia lustrzana https://github.com/Hamlib/Hamlib
Merge branch 'Hamlib:master' into n4mtt-saebrtrack
commit
dff890a143
|
@ -82,7 +82,7 @@ if test $# -eq 0 ; then
|
||||||
cppcheck --inline-suppr \
|
cppcheck --inline-suppr \
|
||||||
-I src \
|
-I src \
|
||||||
-I include \
|
-I include \
|
||||||
--include=include/config.h \
|
--include=include/hamlib/config.h \
|
||||||
--include=include/hamlib/rig.h \
|
--include=include/hamlib/rig.h \
|
||||||
-q \
|
-q \
|
||||||
--force \
|
--force \
|
||||||
|
|
|
@ -185,6 +185,7 @@ const struct rig_caps ftdx10_caps =
|
||||||
.swr_cal = FTDX10_SWR_CAL,
|
.swr_cal = FTDX10_SWR_CAL,
|
||||||
.chan_list = {
|
.chan_list = {
|
||||||
{ 1, 99, RIG_MTYPE_MEM, NEWCAT_MEM_CAP },
|
{ 1, 99, RIG_MTYPE_MEM, NEWCAT_MEM_CAP },
|
||||||
|
{ 501, 510, RIG_MTYPE_BAND, NEWCAT_MEM_CAP }, /* 60M Channels, 5-01 - 5-10, if available */
|
||||||
RIG_CHAN_END,
|
RIG_CHAN_END,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue