esphome / firmware

Holds firmware configuration files for projects that the ESPHome team provides.
https://esphome.io/projects
Apache License 2.0
128 stars 93 forks source link

Set DIO flash mode for S-variants #95

Closed kbx81 closed 7 months ago

kbx81 commented 7 months ago

For Arduino builds on the S variants, we need:

  platformio_options:
    board_build.flash_mode: dio

...to avoid a boot loop.