Skip to content

Commit f3d0ab7

Browse files
committed
Set default timing to 1ms, that seems to work the best.
1 parent 82f18fb commit f3d0ab7

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-26 Bytes
Loading
Loading

NRF24ChannelScanner/nrf24channelscanner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static bool stopNrfScan = false; //to exit thread
1818
static bool threadStoppedsoFree = false; //indicate if I can free the thread from ram.
1919
static uint8_t currCh = 0; //for the progress bar or the channel selector
2020

21-
static int delayPerChan = 10; //can set via up / down.
21+
static int delayPerChan = 1; //can set via up / down.
2222

2323
bool showFreq = true;
2424

0 commit comments

Comments
 (0)