Skip to content

Commit

Permalink
Config update
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 committed Nov 15, 2023
1 parent 63e6b75 commit 1484aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#define CFG_LORA_PREAMBLE_LEN 8 // preamble length from 6 to 65535

// fsk modem default parameters (they need to match between devices!!!)
#define CFG_FSK_BIT_RATE 3.2 // bit rate in Kbps from 0.6 to 300.0
#define CFG_FSK_BIT_RATE 2.4 // bit rate in Kbps from 0.6 to 300.0
#define CFG_FSK_FREQ_DEV 9.6 // frequency deviation in kHz from 0.6 to 200.0
#define CFG_FSK_RX_BW 23.4 // rx bandwidth in kHz discrete from 4.8 to 467.0

Expand Down

0 comments on commit 1484aa7

Please sign in to comment.