Update WiresX.cpp

additional Uppercase on the ALL reply as well as the search.
This commit is contained in:
MW0MWZ 2025-05-14 00:21:22 +01:00 committed by GitHub
parent 41edfe53c7
commit d2044019a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -853,7 +853,7 @@ void CWiresX::sendAllReply()
data[i + offset + 1U] = refl->m_id.at(i);
for (unsigned int i = 0U; i < 16U; i++)
data[i + offset + 6U] = refl->m_name.at(i);
data[i + offset + 6U] = std::toupper(refl->m_name.at(i));
for (unsigned int i = 0U; i < 3U; i++)
data[i + offset + 22U] = refl->m_count.at(i);