mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05:00
Updated UDP port number for PSK Reporter.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3184 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
4e1bbc77cc
commit
aacff7c665
@ -101,7 +101,7 @@ void PSK_Reporter::sendReport()
|
|||||||
|
|
||||||
// Get IP address for pskreporter.info and send report via UDP
|
// Get IP address for pskreporter.info and send report via UDP
|
||||||
QHostInfo info = QHostInfo::fromName("pskreporter.info");
|
QHostInfo info = QHostInfo::fromName("pskreporter.info");
|
||||||
m_udpSocket->writeDatagram(report,info.addresses().at(0),14739);
|
m_udpSocket->writeDatagram(report,info.addresses().at(0),4739);
|
||||||
|
|
||||||
qDebug() << header_h;
|
qDebug() << header_h;
|
||||||
qDebug() << m_rxInfoDescriptor_h;
|
qDebug() << m_rxInfoDescriptor_h;
|
||||||
|
Loading…
Reference in New Issue
Block a user