]> git.tnoah.ca Git - lora-radio.git/commitdiff
Cleanup
authorMark Qvist <mark@unsigned.io>
Sun, 29 Sep 2024 19:59:24 +0000 (21:59 +0200)
committerMark Qvist <mark@unsigned.io>
Sun, 29 Sep 2024 19:59:24 +0000 (21:59 +0200)
sx126x.cpp

index d371251ad96a8467a34e79fa61a76b90c526f9a8..b421c323250f2121f3f4a639ae4169b708af942d 100644 (file)
@@ -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()