mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-03-28 17:42:59 +01:00
button fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user