updated README with hotspot config

This commit is contained in:
2025-05-13 17:26:00 +02:00
parent 64a50d434b
commit 0f7fdfa222
2 changed files with 4 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ use tokio::process::Command;
const SSID: &str = "fwa";
const CON_NAME: &str = "fwa-hotspot";
const PASSWORD: &str = "hunter22";
const PASSWORD: &str = "a9LG2kUVrsRRVUo1";
const IPV4_ADDRES: &str = "192.168.4.1/24";
#[derive(Debug)]