mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-07-05 17:32:15 +02:00
disable Lora display library
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user