1
2
3
4
5
//! Shared state between BLE client and MCU code.
//!
//! Avoids duplicated magic values in both projects.

pub const BLE_DEVICE_NAME: &str = "humidity-monitor";