We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After I clone this project, how do I generate a firmware image for the ESP8266?
The text was updated successfully, but these errors were encountered:
Customize itho.yaml with you personal preferences. ESP8266 is already specified, see https://github.com/jodur/ESPHOME-ITHO/blob/master/itho.yaml#L19-L20.
itho.yaml
Use the ESPHome container to compile (or run) the firmware; https://esphome.io/guides/getting_started_command_line.html I'll use Podman (Docker replacement) so the command will be
$ podman run --rm -v "${PWD}":/config -it esphome/esphome compile itho.yaml $ ls itho/.pioenvs/itho/firmware.elf itho/.pioenvs/itho/firmware.elf
Sorry, something went wrong.
No branches or pull requests
After I clone this project, how do I generate a firmware image for the ESP8266?
The text was updated successfully, but these errors were encountered: