Media Player is not compatible with IDF
This commit is contained in:
@@ -14,10 +14,6 @@
|
|||||||
packages:
|
packages:
|
||||||
standard_hw_audio: !include TX-Ultimate-Easy-ESPHome_standard_hw_audio.yaml
|
standard_hw_audio: !include TX-Ultimate-Easy-ESPHome_standard_hw_audio.yaml
|
||||||
|
|
||||||
esp32:
|
|
||||||
framework:
|
|
||||||
type: arduino
|
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
platformio_options:
|
platformio_options:
|
||||||
build_flags:
|
build_flags:
|
||||||
@@ -44,6 +40,9 @@ script:
|
|||||||
- script.wait: dump_config
|
- script.wait: dump_config
|
||||||
- lambda: |-
|
- lambda: |-
|
||||||
// Check for requirements
|
// Check for requirements
|
||||||
|
#ifdef USE_ESP_IDF
|
||||||
|
#error "This package is not compatible with ESP-IDF framework."
|
||||||
|
#endif
|
||||||
#if !defined(TX_ULTIMATE_EASY_CORE)
|
#if !defined(TX_ULTIMATE_EASY_CORE)
|
||||||
#error "The package TX-Ultimate-Easy-ESPHome_core.yaml is required."
|
#error "The package TX-Ultimate-Easy-ESPHome_core.yaml is required."
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user