Remove confusing channel suffix (#3432)

* Remove confusing channel suffix

* Missed it
This commit is contained in:
Ben Meadors
2024-03-17 08:38:49 -05:00
committed by GitHub
parent 0d1d79b6d1
commit aae49f5ecf
3 changed files with 1 additions and 55 deletions

View File

@@ -1513,8 +1513,7 @@ void DebugInfo::drawFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16
char channelStr[20];
{
concurrency::LockGuard guard(&lock);
auto chName = channels.getPrimaryName();
snprintf(channelStr, sizeof(channelStr), "%s", chName);
snprintf(channelStr, sizeof(channelStr), "#%s", channels.getName(channels.getPrimaryIndex()));
}
// Display power status