Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 086b0e6

Browse files
committed
docs: update README with v0.2.0-esp32 release link and provision.py path
Co-Authored-By: claude-flow <[email protected]>
1 parent e0fe10b commit 086b0e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -831,16 +831,16 @@ ESP32-S3 (STA + promiscuous) UDP/5005 Rust aggregator
831831

832832
```bash
833833
# Pre-built binaries — no toolchain required
834-
# https://github.com/ruvnet/wifi-densepose/releases/tag/v0.1.0-esp32
834+
# https://github.com/ruvnet/wifi-densepose/releases/tag/v0.2.0-esp32
835835

836836
python -m esptool --chip esp32s3 --port COM7 --baud 460800 \
837837
write-flash --flash-mode dio --flash-size 4MB \
838838
0x0 bootloader.bin 0x8000 partition-table.bin 0x10000 esp32-csi-node.bin
839839

840-
python scripts/provision.py --port COM7 \
840+
python firmware/esp32-csi-node/provision.py --port COM7 \
841841
--ssid "YourWiFi" --password "secret" --target-ip 192.168.1.20
842842

843-
cargo run -p wifi-densepose-hardware --bin aggregator -- --bind 0.0.0.0:5005 --verbose
843+
cargo run -p wifi-densepose-sensing-server -- --http-port 3000 --source esp32
844844
```
845845

846846
See [firmware/esp32-csi-node/README.md](firmware/esp32-csi-node/README.md) and [Tutorial #34](https://github.com/ruvnet/wifi-densepose/issues/34).

0 commit comments

Comments
 (0)