From 11323acb23cb7c3a4662fe484f8006d99b7edbba Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Fri, 8 Apr 2022 13:40:41 +1000 Subject: [PATCH] Update link to site --- src/graphics/Screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index e30367f5b..04d66ba87 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -256,7 +256,7 @@ static void drawCriticalFaultFrame(OLEDDisplay *display, OLEDDisplayUiState *sta display->drawString(0 + x, 0 + y, tempBuf); display->setTextAlignment(TEXT_ALIGN_LEFT); display->setFont(FONT_SMALL); - display->drawString(0 + x, FONT_HEIGHT_MEDIUM + y, "For help, please post on\nmeshtastic.discourse.group"); + display->drawString(0 + x, FONT_HEIGHT_MEDIUM + y, "For help, please visit \nmeshtastic.org"); } // Ignore messages orginating from phone (from the current node 0x0) unless range test or store and forward module are enabled