mirror of
https://github.com/n5ac/mmtty.git
synced 2025-12-06 04:12:03 +01:00
commit
5a21f1db8f
3
ComLib.h
3
ComLib.h
|
|
@ -32,7 +32,7 @@
|
|||
#include <SHELLAPI.H>
|
||||
//AA6YQ 1.65D->1.66G, JE3HHT 1.67
|
||||
#define VERID "Ver1.70" //K6TU 1.68A -> 1.70A Hide FlexRadio Reserved and IQ Audio Devices
|
||||
#define VERBETA "G" //JA7UDE 1.70A -> 1.70B G3WYW FT-991 CAT support
|
||||
#define VERBETA "H" //JA7UDE 1.70A -> 1.70B G3WYW FT-991 CAT support
|
||||
//AA6YQ 1.70C added COM16-32 to PTT/FSK port selector and Radio port selector, added 991 to Yaesu Group selector entry
|
||||
//AA6YQ 1.70D prevent shift > 4000 Hz so CSlideFFT::Create does not divide by zero
|
||||
//AA6YQ 1.70E limit PTT/FSK port selector and Radio port selector to display only 8 items
|
||||
|
|
@ -43,6 +43,7 @@
|
|||
//AA6YQ 1.70F notify user if attempting to open FSK TxD port at low speed, as many serial port devices can't do this
|
||||
// accept RXM_SOUNDSOURCE message to change soundcard source channel (mono, left, right)
|
||||
//JA7UDE 1.70G translate new 1.70F error message into Japanese
|
||||
//AA6YQ 1.70H correct regression in 1.70E that prevents correct frequency tracking for FT-891 and FT-991
|
||||
|
||||
#define VERTTL2 "MMTTY "VERID VERBETA
|
||||
#define VERTTL VERTTL2" (C) JE3HHT 2000-2010."
|
||||
|
|
|
|||
|
|
@ -47,7 +47,8 @@ __fastcall TVerDspDlg::TVerDspDlg(TComponent* AOwner)
|
|||
LTNX->Caption =
|
||||
"------ Programming ------\r\n"
|
||||
"Stu, K6TU (Updated 1.66A -> 1.70A)\r\n"
|
||||
"Dave, AA6YQ (updated 1.65D -> 1.66G, 1.70F)\r\n"
|
||||
"Paul, G3WYW (Updated 1.70A -> 1.70B)\r\n"
|
||||
"Dave, AA6YQ (updated 1.65D -> 1.66G, 1.70B -> 1.70H)\r\n"
|
||||
"------ Help, FAQ and Remote mode, etc... ------\r\n"
|
||||
"Jan, KX2A Ken, VE5KC Bill, KB4IJ Andy, K3UK(KB2EOQ)\r\n"
|
||||
"Bill, K5YG Phil, GU0SUP, Josef, OK2WO Oba, JA7UDE\r\n"
|
||||
|
|
|
|||
|
|
@ -792,6 +792,8 @@ void CCradio::CatchPoll(BYTE c)
|
|||
case RADIO_POLLFT2000:
|
||||
case RADIO_POLLFT950:
|
||||
case RADIO_POLLFT450:
|
||||
case RADIO_POLLFT891: //1.70H
|
||||
case RADIO_POLLFT991: //1.70H
|
||||
if( m_rxcnt < sizeof(m_rxbuf) ){
|
||||
if( (c != 0x0d) && (c != 0x0f) ){
|
||||
if( (c != ' ') || m_rxcnt ){
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
Start Length Name Class
|
||||
0001:00401000 0003BF6C4H _TEXT CODE
|
||||
0002:007C1000 00003B620H _DATA DATA
|
||||
0003:007FC620 000032568H _BSS BSS
|
||||
0001:00401000 00037FD98H _TEXT CODE
|
||||
0002:00781000 00003A9B8H _DATA DATA
|
||||
0003:007BB9B8 000032158H _BSS BSS
|
||||
0004:00000000 0000000F8H _TLS TLS
|
||||
|
|
|
|||
Loading…
Reference in a new issue