Skip to content

Commit 1f86956

Browse files
committed
guide claude to wait for downloads
1 parent 45c5d8f commit 1f86956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ void loop() {
6969
- Prepare the dependency for esp32
7070
- `./bin/arduino-cli config set network.connection_timeout 1000s` Increase the timeout for the big download, WARN USER this gonna take some time, possible (10-20min), so need to be patient.
7171
- `GODEBUG=http2client=0 ./bin/arduino-cli --log-level debug core install esp32:esp32` (Force HTTP/1.1 bypasses the flaky HTTP/2 path)
72+
- Wait for the download to finish, dont put it background, do this step linearly.
7273
- Compile (example: Snake):
7374
- `./bin/arduino-cli compile --fqbn esp32:esp32:esp32s3:CDCOnBoot=cdc examples/Snake`
7475
- Upload:

0 commit comments

Comments
 (0)