kopia lustrzana https://github.com/sh123/esp32_loraprs
Set default value for LoraUseIsr to false
rodzic
a876d65909
commit
956574368e
|
@ -34,7 +34,7 @@ void initializeConfig(LoraPrs::Config &cfg) {
|
|||
cfg.LoraPinSs = CFG_LORA_PIN_SS;
|
||||
cfg.LoraPinRst = CFG_LORA_PIN_RST;
|
||||
cfg.LoraPinDio0 = CFG_LORA_PIN_DIO0;
|
||||
cfg.LoraUseIsr = true; // set to false for polling instead of interrupts
|
||||
cfg.LoraUseIsr = false; // set to true for incoming packet ISR usage
|
||||
|
||||
// aprs configuration
|
||||
cfg.AprsHost = "rotate.aprs2.net";
|
||||
|
|
Ładowanie…
Reference in New Issue