Skip to content

Commit

Permalink
Merge pull request #183 from ligenxxxx/fix-variable-rf-power
Browse files Browse the repository at this point in the history
fix variable rf power
  • Loading branch information
ligenxxxx committed Dec 25, 2023
2 parents ca92d63 + 945cd00 commit a4aee37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dm6300.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ void DM6300_init3(uint8_t ch) {
CODE_SEG const dm6300_reg_value_t dm6300_init4_regs[] = {
// 04_TX_CA1_RF
{0x6, 0xFF0, 0x00000018},
{0x3, 0x31C, 0x00000000}, // 0x00000030
{0x3, 0x31C, 0x00000030}, // 0x00000030
{0x3, 0x300, 0xC000281B},
{0x3, 0x304, 0x0CC00006},
{0x3, 0x308, 0x00000000},
Expand All @@ -638,7 +638,7 @@ CODE_SEG const dm6300_reg_value_t dm6300_init4_regs[] = {
{0x3, 0x32C, 0x00000000},
{0x3, 0x330, 0x00000000}, // remove init DC high
{0x3, 0x334, 0x00000000},
{0x3, 0x31C, 0x00000011},
{0x3, 0x31C, 0x00000010},
};

void DM6300_init4() {
Expand Down

0 comments on commit a4aee37

Please sign in to comment.