Merge pull request #46 from Genaker/testable

button fix
This commit is contained in:
Egor Shitikov
2024-09-27 12:10:50 -07:00
committed by GitHub
-4
View File
@@ -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