Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Fixed TX power values.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dual Tachyon authored and Dual Tachyon committed Oct 11, 2023
1 parent 3a1e252 commit 8d1f419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/frequencies.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ typedef struct __attribute__((packed)) {
uint8_t TxGain1Tuning1Narrow;
uint8_t TxGain1Tuning1_L;
uint16_t RX_DAC_GainNarrow;
uint8_t TxPowerLevelLow[16];
uint8_t TxPowerLevelHigh[16];
uint8_t TxPowerLevelLow[16];
uint8_t SquelchNoiseThresholdWide[16];
uint8_t SquelchRSSIThresholdWide[16];
uint8_t SquelchNoiseThresholdNarrow[16];
Expand Down

0 comments on commit 8d1f419

Please sign in to comment.