Skip to content

Commit

Permalink
modified sx1276 default max payload size
Browse files Browse the repository at this point in the history
  • Loading branch information
Heltec-Aaron-Lee committed Aug 18, 2021
1 parent 5214355 commit 7f4d725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sx1276-board.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{ MODEM_FSK , REG_IMAGECAL , 0x02 },\
{ MODEM_FSK , REG_DIOMAPPING1 , 0x00 },\
{ MODEM_FSK , REG_DIOMAPPING2 , 0x30 },\
{ MODEM_LORA, REG_LR_PAYLOADMAXLENGTH, 0x40 },\
{ MODEM_LORA, REG_LR_PAYLOADMAXLENGTH, 0xFF },\
} \

#define RF_MID_BAND_THRESH 525000000
Expand Down

0 comments on commit 7f4d725

Please sign in to comment.