kopia lustrzana https://github.com/Hamlib/Hamlib
Remove 0xe1 check for async -- not that simple and now ignored when wrong response in frame.c
rodzic
0fdfacafa3
commit
47d1dbb030
|
@ -8971,7 +8971,7 @@ int icom_is_async_frame(RIG *rig, size_t frame_length,
|
||||||
|
|
||||||
/* Spectrum scope data is not CI-V transceive data, but handled the same way as it is pushed by the rig */
|
/* Spectrum scope data is not CI-V transceive data, but handled the same way as it is pushed by the rig */
|
||||||
// IC-7100 sends 0xe1 for broadcast frame?
|
// IC-7100 sends 0xe1 for broadcast frame?
|
||||||
return frame[2] == 0xe1 || frame[2] == BCASTID || (frame[2] == CTRLID && frame[4] == C_CTL_SCP
|
return frame[2] == BCASTID || (frame[2] == CTRLID && frame[4] == C_CTL_SCP
|
||||||
&& frame[5] == S_SCP_DAT);
|
&& frame[5] == S_SCP_DAT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BACKEND_VER "20240726"
|
#define BACKEND_VER "20240731"
|
||||||
|
|
||||||
#define ICOM_IS_ID31 rig_is_model(rig, RIG_MODEL_ID31)
|
#define ICOM_IS_ID31 rig_is_model(rig, RIG_MODEL_ID31)
|
||||||
#define ICOM_IS_ID51 rig_is_model(rig, RIG_MODEL_ID51)
|
#define ICOM_IS_ID51 rig_is_model(rig, RIG_MODEL_ID51)
|
||||||
|
|
Ładowanie…
Reference in New Issue