From dae3d42264b7d1ebb7f7b1b3967d866c49135401 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sat, 25 Jan 2025 04:33:41 +0100 Subject: feat: things --- src/network_data.example.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/network_data.example.rs (limited to 'src/network_data.example.rs') 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"; -- cgit v1.2.3