Skip to content

Commit

Permalink
P3I: minor adjustment for deviation of radio frequency [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Dec 21, 2022
1 parent 9d80054 commit 3112b94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/softrf-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ Recommended:
- [ ] Badge
- [ ] Prime Mark II
- [ ] Dongle
- [ ] Bracelet
- [ ] SkyView EZ
- [ ] Uni
- [ ] Mini
- [ ] Bracelet
- [ ] Academy
- [ ] Lego
- [ ] SkyView EZ
- [ ] Balkan
- [ ] Raspberry Edition
- [ ] UAV
- [ ] WebTop Serial
- [ ] UAT978 module
- [ ] Flight Recorder

Expand Down
2 changes: 1 addition & 1 deletion software/firmware/source/SoftRF/src/protocol/radio/P3I.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
#define P3I_CRC_TYPE RF_CHECKSUM_TYPE_CRC8_107
#define P3I_CRC_SIZE 1

#define P3I_FDEV RF_FREQUENCY_DEVIATION_19_2KHZ
#define P3I_FDEV RF_FREQUENCY_DEVIATION_9_6KHZ
#define P3I_BANDWIDTH RF_RX_BANDWIDTH_SS_50KHZ

#define P3I_AIR_TIME 10 /* in ms */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ const rfc_CMD_PROP_RADIO_DIV_SETUP_t RF_cmdPropRadioDivSetup_fsk_38400bps_p3i =
.condition.rule = 0x1,
.condition.nSkip = 0x0,
.modulation.modType = 0x1,
.modulation.deviation = 0x4C,
.modulation.deviation = 0x27,
.modulation.deviationStepSz = 0x0,
.symbolRate.preScale = 0xF,
.symbolRate.rateWord = 0x624E,
Expand Down

1 comment on commit 3112b94

@leearmstrong
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of interest why was this change made?

Please sign in to comment.