remove annoying logging

This commit is contained in:
franchioping 2026-04-19 15:47:47 +01:00
parent 034caf2f11
commit 9b083db907
1 changed files with 0 additions and 1 deletions

View File

@ -551,7 +551,6 @@ void RFM69::sendFrame(uint16_t toAddress, const void *buffer,
} }
if (success) { if (success) {
ESP_LOGI("RADIO_TX", "SENT.");
} else { } else {
ESP_LOGE("RADIO_TX", "Step 5: FAILED - PACKETSENT bit never flipped!"); ESP_LOGE("RADIO_TX", "Step 5: FAILED - PACKETSENT bit never flipped!");
// Check IRQ Flags to see what state it's stuck in // Check IRQ Flags to see what state it's stuck in