You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README with full build instructions and usage examples
- Add link to ESPHome documentation
- Document both HTTP and embedded modes
- Add SHA256 generation commands for all platforms
- Reorganize for clarity
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+56-11Lines changed: 56 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# ESP-Hosted Firmware
2
2
3
-
Pre-built [ESP-Hosted](https://github.com/espressif/esp-hosted) co-processor firmware binaries for use with ESPHome's [ESP32 Hosted](https://esphome.io/components/update/esp32_hosted/) component.
3
+
Pre-built [ESP-Hosted](https://github.com/espressif/esp-hosted) co-processor firmware binaries for use with ESPHome's [ESP32 Hosted](https://esphome.io/components/esp32_hosted/) component.
4
+
5
+
For full documentation, see the [ESP32 Hosted Update](https://esphome.io/components/update/esp32_hosted/) page.
4
6
5
7
## Supported Targets
6
8
@@ -15,28 +17,50 @@ Only targets supporting SDIO transport are built:
15
17
16
18
## Usage
17
19
18
-
1. Download the appropriate firmware binary for your co-processor from the [GitHub Page](https://esphome.github.io/esp-hosted-firmware/).
20
+
Pre-built firmware binaries and manifests are available at [esphome.github.io/esp-hosted-firmware](https://esphome.github.io/esp-hosted-firmware/).
21
+
22
+
### HTTP Mode (Recommended)
23
+
24
+
Automatically fetch and update firmware from the manifest:
0 commit comments