mirror of
https://github.com/esphome/esphome.git
synced 2026-02-21 00:45:35 -07:00
Fix
This commit is contained in:
@@ -798,7 +798,7 @@ class EsphomeCore:
|
||||
|
||||
@property
|
||||
def using_esp_idf(self):
|
||||
return self.target_framework == "esp-idf"
|
||||
return self.target_platform == PLATFORM_ESP32
|
||||
|
||||
@property
|
||||
def using_zephyr(self):
|
||||
|
||||
Reference in New Issue
Block a user