mirror of
https://github.com/esphome/esphome.git
synced 2025-09-07 05:42:20 +01:00
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Samuel Sieb <samuel-github@sieb.net> Co-authored-by: Tomasz Duda <tomaszduda23@gmai.com> Co-authored-by: J. Nick Koston <nick@koston.org>
5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
Import("env")
|
|
|
|
board_config = env.BoardConfig()
|
|
board_config.update("frameworks", ["arduino", "zephyr"])
|