vad7 3 سال پیش
والد
کامیت
24d7beabb0
4فایلهای تغییر یافته به همراه8 افزوده شده و 2 حذف شده
  1. 7 1
      README.md
  2. BIN
      Screenshot-3.png
  3. BIN
      Screenshot-4.png
  4. 1 1
      nrf24scan.c

+ 7 - 1
README.md

@@ -1,4 +1,4 @@
-#  Scanner NRF24 scanner with logging and resend ability for Flipper Zero
+#  NRF24 scanner with logging and resend ability for Flipper Zero
 
 An [NRF24](https://www.sparkfun.com/datasheets/Components/SMD/nRF24L01Pluss_Preliminary_Product_Specification_v1_0.pdf) driver for the [Flipper Zero](https://flipperzero.one/) device. The NRF24 is a popular line of 2.4GHz radio transceivers from Nordic Semiconductors. This library is not currently complete, but functional.
 
@@ -29,6 +29,12 @@ Long press OK - view addresses.<br>
 <img src="https://raw.githubusercontent.com/vad7/nrf24scan/master/Screenshot-1.png">
 <br>
 <img src="https://raw.githubusercontent.com/vad7/nrf24scan/master/Screenshot-2.png">
+<br>
+<img src="https://raw.githubusercontent.com/vad7/nrf24scan/master/Screenshot-3.png">
+<br>
+<img src="https://raw.githubusercontent.com/vad7/nrf24scan/master/Screenshot-4.png">
+<br>
+<br>
 
 ## PinOut from from NoComp/Frog
 <img src="https://media.discordapp.net/attachments/937479784726949900/994495234618687509/unknown.png?width=567&height=634">

BIN
Screenshot-3.png


BIN
Screenshot-4.png


+ 1 - 1
nrf24scan.c

@@ -742,8 +742,8 @@ int32_t nrf24scan_app(void* p) {
 					} else if(event.input.type == InputTypeRelease) {
 						if(what_doing == 1 && key_press_seq_ok != event.input.sequence) { // Send
 							nrf24_send_packet();
-							key_press_seq_ok--;
 						}
+						key_press_seq_ok--;
 					}
 					break;
 				case InputKeyBack: