Update README.md to correct deployment script parameter from --target-ip to --start-ip

This commit is contained in:
Robert McMahon 2025-12-28 17:49:33 -08:00
parent 1a6ab77b20
commit 404b7e3ad7
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Use the `esp32_deploy.py` script for deploying to multiple devices:
python3 esp32_deploy.py \ python3 esp32_deploy.py \
--ssid "YourSSID" \ --ssid "YourSSID" \
--password "password" \ --password "password" \
--target-ip 192.168.1.50 \ --start-ip 192.168.1.50 \
--netmask 255.255.255.0 \ --netmask 255.255.255.0 \
--gateway 192.168.1.1 \ --gateway 192.168.1.1 \
--iperf-dest-ip 192.168.1.10 \ --iperf-dest-ip 192.168.1.10 \