Remove check for framework type

This commit is contained in:
Edward Firmo
2025-01-05 01:06:52 +01:00
parent 56c613a70f
commit 036e62b277

View File

@@ -40,9 +40,6 @@ 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