Skip to content

Commit 4623231

Browse files
committed
Update rtl_433_ESP.cpp
1 parent 30a1a70 commit 4623231

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rtl_433_ESP.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ void rtl_433_ESP::initReceiver(byte inputPin, float receiveFrequency) {
227227

228228
state = radio.setRxBandwidth(270); // Sweet spot found from testing
229229
RADIOLIB_STATE(state, "setRxBandwidth");
230-
231230
}
232231
state = radio.disableSyncWordFiltering(false);
233232
RADIOLIB_STATE(state, "disableSyncWordFiltering");

0 commit comments

Comments
 (0)