1 2 3 4 5 6 7 8 9
pub const VERSION: &str = env!("CARGO_PKG_VERSION"); #[derive(Debug, Clone)] pub struct EtpFirmwareInfo { pub protocol_version: String, pub fw_version: String, pub build_date: String, pub hardware_type: String, }