NRF24Scan UPD

This commit is contained in:
RogueMaster
2022-12-22 12:04:33 -05:00
parent d38127fcb6
commit 95b34cd01c
5 changed files with 4 additions and 14 deletions
+1
View File
@@ -31,6 +31,7 @@ Thank you to all the supporters!
- Fixed passport to show more data for EXP
- Added: [Mifare dictionary attack performance improvements. #2173 (By nezza)](https://github.com/flipperdevices/flipperzero-firmware/pull/2173)
- [New PAXGOD Build: Unlocked, 1 New Custom PaxGod animation and non-anime/RM animations from Minimal, and Mountains Passport Theme (from Kuranons) on PATREON](https://www.patreon.com/posts/76225261) - Custom FW Builds available for [PATREON subscribers](https://www.patreon.com/RogueMaster/membership)
- Updated: [NRF24 Scanner v2.1 (By vad7)](https://github.com/vad7/nrf24scan)
## Install from Release
FLASH STOCK FIRST BEFORE UPDATING TO CUSTOM FIRMWARE!
+1 -1
View File
@@ -501,7 +501,7 @@ static void prepare_nrf24(bool fsend_packet) {
if((*(p - 2) & 0x80) && (*(p - 1) & 0b11) + 2 == addr_size &&
rec + 2 != p) {
if(memcmp(p, addrs.addr_P0, addr_size - 1) == 0) {
check_add_addr(rec + 2);
check_add_addr(p);
if(addrs.addr_count >= 6) break;
}
}
@@ -1,5 +1,5 @@
SNIFF
ESB: 1
DPL: 0
CRC: 2
P0: 0055
P0: 00AA
P1: 0055
@@ -1,5 +0,0 @@
SNIFF
ESB: 1
CRC: 2
P0: 00AA
P1: 0055
@@ -1,6 +0,0 @@
SNIFF
ESB: 1
CRC: 2
P0: FFAA
P1: 0055
P2: AA