We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1bafb commit b80d99eCopy full SHA for b80d99e
variants/t1000-e/target.cpp
@@ -54,7 +54,7 @@ bool radio_init() {
54
55
SPI.setPins(P_LORA_MISO, P_LORA_SCLK, P_LORA_MOSI);
56
SPI.begin();
57
- int status = radio.begin(LORA_FREQ, LORA_BW, LORA_SF, LORA_CR, RADIOLIB_LR11X0_LORA_SYNC_WORD_PRIVATE, LORA_TX_POWER, 8, tcxo);
+ int status = radio.begin(LORA_FREQ, LORA_BW, LORA_SF, LORA_CR, RADIOLIB_LR11X0_LORA_SYNC_WORD_PRIVATE, LORA_TX_POWER, 16, tcxo);
58
if (status != RADIOLIB_ERR_NONE) {
59
Serial.print("ERROR: radio init failed: ");
60
Serial.println(status);
0 commit comments