use unspecified server address

This commit is contained in:
Robin Müller 2022-12-15 19:35:24 +01:00
parent 46039b8d1d
commit fa7e416eb6
No known key found for this signature in database
GPG Key ID: BE6480244DFE612C

View File

@ -8,7 +8,7 @@ pub enum GroupId {
Tmtc = 0,
}
pub const OBSW_SERVER_ADDR: Ipv4Addr = Ipv4Addr::new(127, 0, 0, 1);
pub const OBSW_SERVER_ADDR: Ipv4Addr = Ipv4Addr::UNSPECIFIED;
pub const SERVER_PORT: u16 = 7301;
#[resultcode]