Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

[BUG] Tune button is not working #604

@Dfinitski

Description

@Dfinitski

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions