瀏覽代碼

Set default timing to 1ms, that seems to work the best.

HTotoo 2 年之前
父節點
當前提交
595330cbeb
共有 3 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      .flipcorg/gallery/screen1.png
  2. 二進制
      .flipcorg/gallery/screen_open.png
  3. 1 1
      nrf24channelscanner.c

二進制
.flipcorg/gallery/screen1.png


二進制
.flipcorg/gallery/screen_open.png


+ 1 - 1
nrf24channelscanner.c

@@ -18,7 +18,7 @@ static bool stopNrfScan = false; //to exit thread
 static bool threadStoppedsoFree = false; //indicate if I can free the thread from ram.
 static uint8_t currCh = 0; //for the progress bar or the channel selector
 
-static int delayPerChan = 10; //can set via up / down.
+static int delayPerChan = 1; //can set via up / down.
 
 bool showFreq = true;