* RAK_4631: ui-new

This commit is contained in:
Scott Powell 2025-08-17 16:49:08 +10:00
parent f5ad1df103
commit fe376e8c35
4 changed files with 15 additions and 2 deletions

View file

@ -6,6 +6,7 @@ RAK4631Board board;
#ifdef DISPLAY_CLASS
DISPLAY_CLASS display;
MomentaryButton user_btn(PIN_USER_BTN, 1000, true);
#endif
RADIO_CLASS radio = new Module(P_LORA_NSS, P_LORA_DIO_1, P_LORA_RESET, P_LORA_BUSY, SPI);