vad7 3 年之前
父節點
當前提交
0b24a12063
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;