-
Notifications
You must be signed in to change notification settings - Fork 0
day-21 #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
day-21 #122
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds documentation for Day 21 of the "First 30 Days with EchoKit" series, focusing on firmware flashing using the ESP Launchpad web tool. The document explains how to flash EchoKit firmware for both Box and DIY variants directly from a browser without local dependencies.
Key Changes
- Introduces browser-based firmware flashing workflow using ESP Launchpad
- Documents the flashing process for both EchoKit Box and EchoKit DIY devices
- Emphasizes that EchoKit firmware is open source and requires periodic updates
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
doc/dev/2026-01-03-echokit-30-days-flash-firmware/30-days-flash-firmware.md
Outdated
Show resolved
Hide resolved
doc/dev/2026-01-03-echokit-30-days-flash-firmware/30-days-flash-firmware.md
Outdated
Show resolved
Hide resolved
|
|
||
| ### EchoKit Box | ||
|
|
||
| To flash EchoKit Box, open the flashing page, connect the device to your computer via USB, select **EchoKit Box**, and click *Flash*. |
Copilot
AI
Jan 2, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The instruction mentions clicking 'Flash' but doesn't specify that users need to grant browser permissions to access the USB device, which is a required step for Web Serial API. Consider adding this detail for completeness.
…h-firmware.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…h-firmware.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Clarified instructions for flashing EchoKit Box and EchoKit DIY by specifying to click the 'Flash' button.
No description provided.