vad7 %!s(int64=3) %!d(string=hai) anos
pai
achega
0b24a12063
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      nrf24scan.c

+ 1 - 0
nrf24scan.c

@@ -742,6 +742,7 @@ 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--;
 						}
 					}
 					break;