add 500kHz BW and lowered BW const values by 1000x
This commit is contained in:
parent
2e721f68da
commit
499acd3976
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ typedef enum {
|
|||
} bandwidth;
|
||||
|
||||
const long long frequencies[3];
|
||||
const long bandwidths[9];
|
||||
const long bandwidths[10];
|
||||
|
||||
typedef void (*receiveCallback)(uint8_t size);
|
||||
typedef void (*txdoneCallback)();
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#define PA_OUTPUT_PA_BOOST_PIN 1
|
||||
|
||||
const long long frequencies[] = { 433e+6, 866e+6, 915e+6 };
|
||||
const long bandwidths[] = { 7.8e+3, 10.4e+3, 15.6e+3, 20.8e+3, 31.25e+3, 41.7e+3, 62.5e+3, 125e+3, 250e+3 };
|
||||
const long bandwidths[] = { 7.8, 10.4, 15.6, 20.8, 31.25, 41.7, 62.5, 125, 250, 500 };
|
||||
|
||||
const char *TAG = "LoRa32";
|
||||
|
||||
|
|
Loading…
Reference in a new issue