Skip to content

How to build firmware for different hardware versions for the same CPU platform? #162

@rrooggiieerr

Description

@rrooggiieerr

The build workflow produces binaries that are named {name}-{platform}.factory.bin

Where {name} is the name as configured in the ESPHome configuration YAML:

esphome:
  name: my-device

and {platform} the CPU platform, ESP8266, ESP32, ESPC3 etc

When using different hardware versions one might want to create a firmware version for that specific hardware version. However since both hardware versions use the same CPU platform its not possible to create separate binaries for each hardware version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions