1 2 3 4
use std::time::Duration; pub const TIMEOUT: Duration = Duration::from_secs(90); pub const BAUD_RATE: u32 = 115_200;