mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-09-27 05:06:37 +00:00
add IRQ timeout logic for LR11X0
This commit is contained in:
@@ -14,6 +14,8 @@ public:
|
||||
((CustomLR1110 *)_radio)->setBandwidth(bw);
|
||||
((CustomLR1110 *)_radio)->setCodingRate(cr);
|
||||
updatePreamble(sf);
|
||||
((CustomLR1110 *)_radio)->setMaxPacketMillis(calcMaxPacketMillis(sf, bw, cr, preambleLengthForSF(sf)));
|
||||
|
||||
}
|
||||
|
||||
void doResetAGC() override { lr11x0ResetAGC((LR11x0 *)_radio, ((CustomLR1110 *)_radio)->getFreqMHz()); }
|
||||
|
||||
Reference in New Issue
Block a user