diff options
feat: things
Diffstat (limited to 'src/network_data.example.rs')
-rw-r--r-- | src/network_data.example.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/network_data.example.rs b/src/network_data.example.rs new file mode 100644 index 0000000..13cd6d5 --- /dev/null +++ b/src/network_data.example.rs @@ -0,0 +1,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"; |