* FIX: UI should show "< Room Server >"

Bu işleme şunda yer alıyor:
Scott Powell
2025-05-05 13:11:43 +10:00
ebeveyn 1f06d22bde
işleme af606343a7
+1 -1
Dosyayı Görüntüle
@@ -56,7 +56,7 @@ void UITask::renderCurrScreen() {
_display->print(_version_info);
// node type
const char* node_type = "< Repeater >";
const char* node_type = "< Room Server >";
uint16_t typeWidth = _display->getTextWidth(node_type);
_display->setCursor((_display->width() - typeWidth) / 2, 35);
_display->print(node_type);