From bed4c3f5f54eabd58e26dd278b0ce737431d0454 Mon Sep 17 00:00:00 2001 From: Robert McMahon Date: Sun, 28 Dec 2025 17:50:54 -0800 Subject: [PATCH] Fix README: use --start-ip instead of --target-ip in deployment example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 825585e..cb4e3ae 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Use the `esp32_deploy.py` script for deploying to multiple devices: python3 esp32_deploy.py \ --ssid "YourSSID" \ --password "password" \ - --target-ip 192.168.1.50 \ + --start-ip 192.168.1.50 \ --netmask 255.255.255.0 \ --gateway 192.168.1.1 \ --iperf-dest-ip 192.168.1.10 \