esphome / esphome/esp-web-tools

[Feature] Allow to differentiate based on flash size

Open
#111 9 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
686
Forks
192
Avg merge
1h 1m
Merged PRs (30d)
1

Description

Builds can now be defined based on `chipFamily`, but it would also be nice to differentiate based on flash size.

For example:

```json
{
"name": "ESPHome",
"version": "2021.10.3",
"home_assistant_domain": "esphome",
"builds": [
{
"chipFamily": "ESP8266",
"flashSize": "4M",
"parts": [
{ "path": "esp8266_4M.bin", "offset": 0 },
]
},
{
"chipFamily": "ESP8266",
"flashSize": "1M",
"parts": [
{ "path": "esp8266_1M.bin", "offset": 0 },
]
}
]
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.