mirror of
https://github.com/huuck/FlipperZeroNRFJammer.git
synced 2026-04-23 20:59:58 -07:00
a bit bigger payload and added screenshots
This commit is contained in:
BIN
images/screen-1.png
Normal file
BIN
images/screen-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
images/screen-2.png
Normal file
BIN
images/screen-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
2
jammer.c
2
jammer.c
@@ -166,7 +166,7 @@ static int32_t mj_worker_thread(void* ctx) {
|
||||
// change channel
|
||||
nrf24_write_reg(nrf24_HANDLE, REG_RF_CH, chan);
|
||||
// push new data to the TX register
|
||||
nrf24_spi_trx(nrf24_HANDLE, tx, 0, 2, nrf24_TIMEOUT);
|
||||
nrf24_spi_trx(nrf24_HANDLE, tx, 0, 3, nrf24_TIMEOUT);
|
||||
}
|
||||
} while(!plugin_state->close_thread_please);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user