fix RAK build errors

This commit is contained in:
recrof 2025-08-18 12:53:44 +02:00
parent b8c4c75025
commit d145d5936d
2 changed files with 6 additions and 4 deletions

View file

@ -4,6 +4,10 @@
RAK4631Board board;
#ifndef PIN_USER_BTN
#define PIN_USER_BTN (-1)
#endif
#ifdef DISPLAY_CLASS
DISPLAY_CLASS display;
MomentaryButton user_btn(PIN_USER_BTN, 1000, true);