uz801: Fix installer defaults, fix docs for admin IP

This commit is contained in:
Andrej
2025-08-03 11:05:50 -04:00
parent f57fc611c2
commit c26ad29ffb
3 changed files with 4 additions and 9 deletions

View File

@@ -123,12 +123,8 @@ struct TmobileArgs {
#[derive(Parser, Debug)]
struct Uz801Args {
/// IP address for Uz801 admin interface, if custom.
#[arg(long, default_value = "192.168.0.1")]
admin_ip: String,
/// Web portal admin password.
#[arg(long)]
admin_password: String,
#[arg(long, default_value = "192.168.100.1")]
admin_ip: String
}
#[derive(Parser, Debug)]