mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-03-28 17:42:59 +01:00
Add Color TFT display fixes
This commit is contained in:
@@ -1164,7 +1164,7 @@ void loop(void)
|
||||
// LiLyGo doesn't have button ;(
|
||||
// ToDO: Check if we use BOOT button
|
||||
#ifndef LILYGO
|
||||
if (buttonPressHandler() == false)
|
||||
if (buttonPressHandler(freq) == false)
|
||||
break;
|
||||
#endif // END LILYGO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user