humidity_core/shared/
mod.rs

1//! Shared state between BLE client and MCU code.
2//!
3//! Avoids duplicated magic values in both projects.
4
5pub const BLE_DEVICE_NAME: &str = "humidity-monitor";