1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-16 07:40:29 +01:00

add target platform

This commit is contained in:
Tomasz Duda 2025-01-25 10:04:18 +01:00
parent 156fbaec50
commit aaf41ab55b

View File

@ -29,6 +29,7 @@ from .gpio import nrf52_pin_to_code # noqa
CODEOWNERS = ["@tomaszduda23"]
AUTO_LOAD = ["zephyr"]
IS_TARGET_PLATFORM = True
PLATFORM_NRF52 = "nrf52"