Skip to content

Commit

Permalink
Integrate the new bluetooth-le feature
Browse files Browse the repository at this point in the history
  • Loading branch information
lukipuki committed Sep 30, 2024
1 parent 167311c commit 41f83a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connections/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use crate::protobufs;

use self::wrappers::NodeId;

#[cfg(feature = "bluetooth-le")]
pub mod ble_handler;
pub mod handlers;
pub mod stream_api;
Expand Down

0 comments on commit 41f83a7

Please sign in to comment.