This commit is contained in:
Mark Qvist 2024-09-29 21:59:24 +02:00
parent 339003039a
commit d742166a12

View 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()