Skip to content

Commit

Permalink
Allow LITE_MODE to have NRF24
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli authored Aug 24, 2024
1 parent a3b89a4 commit 26b2054
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/main_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,9 @@ void bleOptions() {
#if !defined(LITE_VERSION)
{"BLE Beacon", [=]() { ble_test(); }},
{"BLE Scan", [=]() { ble_scan(); }},

#endif
#if defined(USE_NRF24_VIA_SPI)
{"NRF24 Jammer", [=]() { ble_jammer(); }},
#endif

#endif
{"AppleJuice", [=]() { aj_adv(0); }},
{"SwiftPair", [=]() { aj_adv(1); }},
Expand Down

0 comments on commit 26b2054

Please sign in to comment.