Revert "Add agc reset attempt (#8163)" (#9702)

This reverts commit ac611c4b62.
This commit is contained in:
Ben Meadors
2026-02-20 11:25:28 -06:00
committed by GitHub
co-authored by GitHub
parent 840b29860f
commit 299ef95f25
3 changed files with 0 additions and 12 deletions
-2
View File
@@ -517,8 +517,6 @@ void RadioLibInterface::handleReceiveInterrupt()
void RadioLibInterface::startReceive()
{
// Note the updated timestamp, to avoid unneeded AGC resets
last_listen = millis();
isReceiving = true;
powerMon->setState(meshtastic_PowerMon_State_Lora_RXOn);
}