docs(adr): update bare wifi-densepose-rs refs to v2/ in ADR-012, ADR-052

Two leftover references missed by the sed pass in #427 (which only
matched the full `rust-port/wifi-densepose-rs` path). These are bare
references to the workspace directory name, which is now v2/.

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
ruv 2026-04-25 21:43:21 -04:00
parent f49c722764
commit 5bcb25b2b0
2 changed files with 2 additions and 2 deletions

View file

@ -166,7 +166,7 @@ typedef struct {
The aggregator runs on any machine with WiFi/Ethernet to the nodes:
```rust
// In wifi-densepose-rs, new module: crates/wifi-densepose-hardware/src/esp32/
// In v2/, new module: crates/wifi-densepose-hardware/src/esp32/
pub struct Esp32Aggregator {
/// UDP socket listening for node streams
socket: UdpSocket,