mirror of
https://github.com/g4klx/DAPNETGateway.git
synced 2026-08-26 12:32:45 -04:00
Changed Login-banner to correct program-name
Thinking, DAPNETGateway would be more clearer than MMDVM, because it is not MMDVM doing the connection but DAPNETGateway
This commit is contained in:
parent
87aea190bf
commit
8f31defe56
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ bool CDAPNETNetwork::login()
|
|||
std::transform(m_callsign.begin(), m_callsign.end(), m_callsign.begin(), ::tolower);
|
||||
|
||||
char login[200U];
|
||||
::snprintf(login, 200, "[MMDVM v%s %s %s]\r\n", m_version, m_callsign.c_str(), m_authKey.c_str());
|
||||
::snprintf(login, 200, "[DAPNETGateway v%s %s %s]\r\n", m_version, m_callsign.c_str(), m_authKey.c_str());
|
||||
|
||||
return write((unsigned char*)login);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue