docs: fix ESP32 Docker command and add WSL2/dual-USB-C notes#492
Open
SiamRahman29 wants to merge 1 commit intoruvnet:mainfrom
Open
docs: fix ESP32 Docker command and add WSL2/dual-USB-C notes#492SiamRahman29 wants to merge 1 commit intoruvnet:mainfrom
SiamRahman29 wants to merge 1 commit intoruvnet:mainfrom
Conversation
- Fix incorrect --source esp32 CLI flag in Docker commands (pre-built image uses CSI_SOURCE env var: -e CSI_SOURCE=esp32) - Add WSL2 mirrored networking instructions for receiving ESP32 UDP frames (networkingMode=mirrored in .wslconfig) - Add dual USB-C port warning (UART port required for flash/serial) - Fix serial port path: /dev/ttyUSB0 → /dev/ttyACM0 for WSL - Add WSL2 entry in ESP32 troubleshooting section Verified against ESP32-S3-WROOM-1 N16R8 on Windows 11 + WSL2. Co-Authored-By: claude-flow <ruv@ruv.net>
d90c56d to
70e9738
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verified against ESP32-S3-WROOM-1 N16R8 on Windows 11 + WSL2.