mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -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
5406cf1563
commit
6e69c99964
@ -101,7 +101,7 @@ void PSK_Reporter::sendReport()
|
||||
|
||||
// Get IP address for pskreporter.info and send report via UDP
|
||||
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() << m_rxInfoDescriptor_h;
|
||||
|
Loading…
Reference in New Issue
Block a user