aboutsummaryrefslogtreecommitdiff
path: root/firmware/nrf24.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/nrf24.h')
-rw-r--r--firmware/nrf24.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/firmware/nrf24.h b/firmware/nrf24.h
index 9d543fc..308bbc4 100644
--- a/firmware/nrf24.h
+++ b/firmware/nrf24.h
@@ -5,10 +5,9 @@
// Initialization
void initNRF(RF24 &radio);
-// Jammer modes
-void startNRFJammer(); // dual-radio sweep jammer
-void stopNRFJammer(); // (optional, for future)
+void startBluetoothJammer();
+void startBleJammer();
-// Advanced (later)
-void nrfJammerSweep(); // internal, but can expose if needed
-void nrfSetChannel(uint8_t ch);
+void startJammer(const char* name, const byte* channels, size_t channelCount);
+
+void NRFToolsMenu(int index);