暂无描述

Paulus Schoutsen 031e7718ce Initial commit 4 年之前
.devcontainer 031e7718ce Initial commit 4 年之前
.github 031e7718ce Initial commit 4 年之前
firmware_build 031e7718ce Initial commit 4 年之前
script 031e7718ce Initial commit 4 年之前
src 031e7718ce Initial commit 4 年之前
.gitignore 031e7718ce Initial commit 4 年之前
README.md 031e7718ce Initial commit 4 年之前
example.html 031e7718ce Initial commit 4 年之前
package.json 031e7718ce Initial commit 4 年之前
rollup.config.js 031e7718ce Initial commit 4 年之前
tsconfig.json 031e7718ce Initial commit 4 年之前
yarn.lock 031e7718ce Initial commit 4 年之前

README.md

JavaScript SDK for ESPHome

Allow flashing ESPHome or other ESP-based firmwares via the browser.

Defined using a manifest.

{
  "name": "ESPHome",
  "builds": [
    {
      "chipFamily": "ESP32",
      "parts": [
        { "filename": "bootloader.bin", "offset": 4096, "size": 15872 },
        { "filename": "partitions.bin", "offset": 32768, "size": 3072 },
        { "filename": "ota.bin", "offset": 57344, "size": 8192 },
        { "filename": "firmware.bin", "offset": 65536, "size": 1531904 }
      ]
    }
  ]
}