Skip to content

Commit e4a2ab6

Browse files
set default filter to all RAWs
1 parent d152ba8 commit e4a2ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/rf/rf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ void RCSwitch_Enable_Receive(RCSwitch rcswitch) {
15051505
void rf_scan_copy() {
15061506
RfCodes received;
15071507
RCSwitch rcswitch = RCSwitch();
1508-
bool codesOnly = true;
1508+
bool codesOnly = false;
15091509
int range_limits[][2] = {
15101510
{ 0, 23 }, // 300-348 MHz
15111511
{ 24, 47 }, // 387-464 MHz

0 commit comments

Comments
 (0)