Closed MortenGuldager closed 4 years ago
In SX1272/SX1272_LoRaRadio.cpp line 35 and 36 the macro MBED_SX1272_LORA_RADIO_SPI_FREQUENCY is referenced.
SX1272/SX1272_LoRaRadio.cpp
MBED_SX1272_LORA_RADIO_SPI_FREQUENCY
But in SX1272/mbed_lib.json it seems to be named sx1272-lora-driver . spi-frequency which is exapanded to MBED_CONF_SX1272_LORA_DRIVER_SPI_FREQUENCY
SX1272/mbed_lib.json
sx1272-lora-driver
spi-frequency
MBED_CONF_SX1272_LORA_DRIVER_SPI_FREQUENCY
I guess they were supposed to have the same name. Otherwise I would like to hear how to change SPI freq.
Fixed with 68beebfd11f629ba34c4656d2e1d3183a4539301
ARM Internal Ref: IOTCELL-2455
In
SX1272/SX1272_LoRaRadio.cpp
line 35 and 36 the macroMBED_SX1272_LORA_RADIO_SPI_FREQUENCY
is referenced.But in
SX1272/mbed_lib.json
it seems to be namedsx1272-lora-driver
.spi-frequency
which is exapanded toMBED_CONF_SX1272_LORA_DRIVER_SPI_FREQUENCY
I guess they were supposed to have the same name. Otherwise I would like to hear how to change SPI freq.