pull/42/head
sh123 2021-11-20 11:06:46 +02:00
rodzic 901030ef47
commit e430e64936
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -45,8 +45,13 @@
#endif
// CAD and ISR usage selection
#define CFG_LORA_USE_ISR true // true - read incoming data in ISR, false - do not read in ISR
#ifdef USE_SX126X
#define CFG_LORA_USE_ISR false // true - read incoming data in ISR, false - do not read in ISR
#define CFG_LORA_USE_CAD false // set to true to utilize carrier detection
#else
#define CFG_LORA_USE_ISR true // true - read incoming data in ISR, false - do not read in ISR
#define CFG_LORA_USE_CAD true // set to true to utilize carrier detection
#endif
// lora protocol default parameters
#define CFG_LORA_FREQ 433.775E6

BIN
images/sx1268.jpg 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 99 KiB