Explorar o código

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

Scott Powell hai 1 ano
pai
achega
af606343a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/simple_room_server/UITask.cpp

+ 1 - 1
examples/simple_room_server/UITask.cpp

@@ -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);