Set SetPPMoffsetReg for both radios on Team900 diversity hardware (#3019)
commitb972f6ac7f02145834358aa57d5da0d35329b280
authorJye <14170229+JyeSmith@users.noreply.github.com>
Thu, 26 Dec 2024 23:49:54 +0000 (27 09:49 +1000)
committerGitHub <noreply@github.com>
Thu, 26 Dec 2024 23:49:54 +0000 (27 09:49 +1000)
treeb042133d36cd2e5299d7af48799228003ce49b71
parent806a03cfe97d3a090ff9b75956b86acfaa926fb7
Set SetPPMoffsetReg for both radios on Team900 diversity hardware (#3019)

* replace second packet memcmp with crc

LR1121 working

* remove unnecessary GPIO_PIN_NSS_2  check

* update SX1280 driver and also remove isFirstRxIrq

* update sx1276 driver and remove isFirstRxIrq

* update tx_main

* cleanup

* SetPPMoffsetReg for both radios on diversity hardware

* change from double to int arithmetic
src/lib/LR1121Driver/LR1121.cpp
src/lib/LR1121Driver/LR1121.h
src/lib/SX127xDriver/SX127x.cpp
src/lib/SX127xDriver/SX127x.h
src/lib/SX1280Driver/SX1280.cpp
src/lib/SX1280Driver/SX1280.h
src/src/rx_main.cpp