From 6539445091f70972b4ec1c5acddeb19e385c477f Mon Sep 17 00:00:00 2001 From: Egor Date: Fri, 27 Sep 2024 17:26:03 -0700 Subject: [PATCH] disable Lora display library --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index d11671c..f91b577 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -430,9 +430,9 @@ void init_radio() void setup(void) { #ifdef LILYGO - setupBoards(); - delay(3000); - Serial.println("setup LiLyGO board is done"); + setupBoards(true); // true for disable U8g2 display library + delay(500); + Serial.println("Setup LiLyGO board is done"); #endif // LED brightness