Sen descrición

Paulus Schoutsen 031e7718ce Initial commit %!s(int64=4) %!d(string=hai) anos
.devcontainer 031e7718ce Initial commit %!s(int64=4) %!d(string=hai) anos
.github 031e7718ce Initial commit %!s(int64=4) %!d(string=hai) anos
firmware_build 031e7718ce Initial commit %!s(int64=4) %!d(string=hai) anos
script 031e7718ce Initial commit %!s(int64=4) %!d(string=hai) anos
src 031e7718ce Initial commit %!s(int64=4) %!d(string=hai) anos
.gitignore 031e7718ce Initial commit %!s(int64=4) %!d(string=hai) anos
README.md 031e7718ce Initial commit %!s(int64=4) %!d(string=hai) anos
example.html 031e7718ce Initial commit %!s(int64=4) %!d(string=hai) anos
package.json 031e7718ce Initial commit %!s(int64=4) %!d(string=hai) anos
rollup.config.js 031e7718ce Initial commit %!s(int64=4) %!d(string=hai) anos
tsconfig.json 031e7718ce Initial commit %!s(int64=4) %!d(string=hai) anos
yarn.lock 031e7718ce Initial commit %!s(int64=4) %!d(string=hai) anos

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 }
      ]
    }
  ]
}