Skip to content

Commit

Permalink
init reg vals update
Browse files Browse the repository at this point in the history
  • Loading branch information
sp5wwp authored Dec 19, 2023
1 parent 3d6bdd7 commit 8493a03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wiki/cc1200.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ const uint8_t cc1200_rx_settings[51*3] =
0x00, 0x10, 0xAC, //RX filter BW - 9.5kHz
0x00, 0x11, 0x00,
0x00, 0x12, 0x45,
0x00, 0x13, 0x3F, //symbol rate 2 - 1.2k sym/s
0x00, 0x14, 0x75, //symbol rate 1
0x00, 0x15, 0x10, //symbol rate 0
0x00, 0x13, 0x43, //symbol rate 2 - 1.5k sym/s
0x00, 0x14, 0xA9, //symbol rate 1
0x00, 0x15, 0x2A, //symbol rate 0
0x00, 0x16, 0x37,
0x00, 0x17, 0xEC,
0x00, 0x19, 0x11,
Expand Down Expand Up @@ -161,7 +161,7 @@ const uint8_t cc1200_tx_settings[51*3] =
0x00, 0x10, 0xAC, //RX filter BW - 9.5kHz (doesn't matter for TX)
0x00, 0x11, 0x00,
0x00, 0x12, 0x45,
0x00, 0x13, 0x83, //symbol rate 2 - 24k symb/s
0x00, 0x13, 0x43, //symbol rate 2 - 1.5k sym/s
0x00, 0x14, 0xA9, //symbol rate 1
0x00, 0x15, 0x2A, //symbol rate 0
0x00, 0x16, 0x37,
Expand Down

0 comments on commit 8493a03

Please sign in to comment.