Wiz-IO / framework-sam-lora

framework-sam-lora Microchip Atmel SAMR3x
7 stars 6 forks source link

Copile error when setting EU868 #2

Closed novvere closed 4 years ago

novvere commented 4 years ago

There is an error in the name of an attribute when defining EU868 band in config file. .platformio\packages\framework-sam-lora\arduino\libraries\Beelan-LoRaWAN\src\arduino-rfm\Config.h

novvere commented 4 years ago

In .platformio\packages\framework-sam-lora\arduino\libraries\Beelan-LoRaWAN\src\arduino-rfm\lorawan-arduino-rfm.cpp line 287 the attribute name must be changed by: LoRa_Settings.Datarate_Tx = drate_common;

Wiz-IO commented 4 years ago

will update lib soon