use unspecified server address
This commit is contained in:
parent
46039b8d1d
commit
fa7e416eb6
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user