Deprecate original LoRa drivers. Update rust-lorawan releases.

This commit is contained in:
ceekdee
2023-04-25 13:51:19 -05:00
parent 73f25093c7
commit f729d2d060
8 changed files with 12 additions and 129 deletions

View File

@ -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;