mr-glt / sx127x_lora

A platform-agnostic driver for Semtech SX1276/77/78/79 based boards.
Apache License 2.0
41 stars 38 forks source link

WIP: Make RegFifoTxBaseAddr and RegFifoRxBaseAddr registers use configurable #16

Open akloboucnik opened 1 year ago

akloboucnik commented 1 year ago

In LoRa::new these are set to 0 which is not default (RegFifoTxBaseAddr is 0x80 after reset). This however cannot be modified after LoRa structure creation - so e.g. in LoRa::configure it cannot be configured back to the same value (0) as in LoRa::new.