Deprecate original LoRa drivers. Update rust-lorawan releases.
This commit is contained in:
@ -56,6 +56,7 @@ pub mod sdmmc;
|
||||
#[cfg(spi)]
|
||||
pub mod spi;
|
||||
#[cfg(stm32wl)]
|
||||
#[deprecated(note = "use the external LoRa physical layer crate - https://crates.io/crates/lora-phy")]
|
||||
pub mod subghz;
|
||||
#[cfg(usart)]
|
||||
pub mod usart;
|
||||
|
Reference in New Issue
Block a user