Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation - Explain variable Tx Power of PRC-77 #1366

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

mrschick
Copy link
Contributor

@mrschick mrschick commented Jan 8, 2025

When merged this pull request will:

  • Document the AN/PRC-77's variable transmit power depending on the selected frequency.
    private _power = 4000;
    if (_frequency < 34 || _frequency > 50) then {
    _power = 3500;
    if (_frequency > 53) then {
    _power = 3000;
    };
    if (_frequency > 71) then {
    _power = 2600;
    };
    };

@jonpas jonpas added this to the 2.13.0 milestone Jan 14, 2025
@jonpas jonpas merged commit 9d8e129 into IDI-Systems:master Jan 14, 2025
3 checks passed
@mrschick mrschick deleted the docs/prc77-tx-power branch January 14, 2025 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants