From d742166a120fe95af9c11ed92c46714d7bbd77d9 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 29 Sep 2024 21:59:24 +0200 Subject: [PATCH] Cleanup --- sx126x.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sx126x.cpp b/sx126x.cpp index d371251..b421c32 100644 --- a/sx126x.cpp +++ b/sx126x.cpp @@ -970,11 +970,6 @@ void ISR_VECT sx126x::handleDio0Rise() _onReceive(packetLength); } } - // else { - // Serial.println("CRCE"); - // Serial.println(buf[0]); - // Serial.println(buf[1]); - // } } void ISR_VECT sx126x::onDio0Rise()