You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
The Tune button pressing is not causing appear bit 1 in byte 58 in General packet sending to TRX (New protocol).
Recomendation:
replace network.c line 680 to
packetbuf[58] = ((!prn->tx[0].pa) & 0x01) | (ApolloATU==0 ? 0x00 : 0x02);
Comment out the ATU control condition in console.cs
line 39014
//if (apollopresent && apollo_tuner_enabled)
line 39052
//if (apollopresent)