From 2c1b2ca56c08c19829bcef90d3450cca9f70c119 Mon Sep 17 00:00:00 2001 From: Egor Date: Fri, 27 Sep 2024 12:10:13 -0700 Subject: [PATCH] button fix --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index dd891aa..18ac922 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1127,12 +1127,8 @@ void loop(void) display.display(); } -// LiLyGo doesn't have button ;( -// ToDO: Check if we use BOOT button -#ifndef LILYGO if (buttonPressHandler(freq) == false) break; -#endif // END LILYGO // wait a little bit before the next scan, // otherwise the SX1262 hangs