summaryrefslogtreecommitdiffstats
path: root/src/network_data.example.rs
blob: 13cd6d5ea7e67bf7b730d0044b8954f04c9c501b (plain) (blame)
1
2
3
4
pub const SSID: &str = "Chaostreff Bern";
pub const PASSWORD: &str = "nyaa :3";
pub const STATIC_IP: &str = "10.0.0.77";
pub const GATEWAY_IP: &str = "10.0.0.1";